We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using
"typescript": "2.7.2", "samlify": 2.3.7
Results in syntax error when compiling
node_modules/samlify/types/src/libsaml.d.ts(99,24): error TS1005: ';' expected. node_modules/samlify/types/src/libsaml.d.ts(105,29): error TS1005: ';' expected.
I've cloned and built project and did not end up with the same issues. Has something went wrong while uploading to npm?
The block that has issues in libsaml.d.ts
createKeySection(use: KeyUse, certString: string | Buffer): { KeyDescriptor: ({ _attr: { use: KeyUse; }; ds:KeyInfo?: undefined; <-- ? } | { 'ds:KeyInfo': ({ _attr: { 'xmlns:ds': string; }; ds:X509Data?: undefined; <-- ? } | { 'ds:X509Data': { 'ds:X509Certificate': string; }[]; _attr?: undefined; })[]; _attr?: undefined; })[];
The text was updated successfully, but these errors were encountered:
I am using angular CLI and getting the same error as above on the same lines mentioned by samgauklrna
ERROR in node_modules/samlify/types/src/libsaml.d.ts(99,23): error TS1005: ';' expected. node_modules/samlify/types/src/libsaml.d.ts(99,24): error TS1131: Property or signature expected. node_modules/samlify/types/src/libsaml.d.ts(105,28): error TS1005: ';' expected. node_modules/samlify/types/src/libsaml.d.ts(105,29): error TS1131: Property or signature expected.
Sorry, something went wrong.
#174 Fix syntax error of type definition in libsaml module
ddaf5fa
#174 Abstract the return type of createKeySection function
e1124df
No branches or pull requests
Using
Results in syntax error when compiling
I've cloned and built project and did not end up with the same issues. Has something went wrong while uploading to npm?
The block that has issues in libsaml.d.ts
The text was updated successfully, but these errors were encountered: