Skip to content
New issue

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

Client types linting error lead to runtime errors #233

Open
pkarakal opened this issue Mar 25, 2020 · 1 comment
Open

Client types linting error lead to runtime errors #233

pkarakal opened this issue Mar 25, 2020 · 1 comment

Comments

@pkarakal
Copy link

I have installed fortify locally and running it with npm start and have added @webcrypto-local/client to my dependencies. When compiling my angular code, I get the following errors for your library

ERROR in node_modules/@webcrypto-local/client/build/types/client.d.ts(23,24): error TS1005: '{' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(25,24): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(33,20): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(33,38): error TS1109: Expression expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(33,64): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(37,12): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(37,18): error TS1109: Expression expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(38,13): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(38,40): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(38,66): error TS1109: Expression expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(38,67): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(39,15): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(39,42): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(39,68): error TS1109: Expression expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(39,69): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(40,11): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(40,45): error TS1005: '(' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(41,16): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(41,33): error TS1005: '(' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(42,17): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(42,35): error TS1005: '(' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(43,12): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(43,27): error TS1005: '(' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(44,23): error TS1005: ',' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(44,32): error TS1005: ';' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(44,55): error TS1005: '(' expected.
node_modules/@webcrypto-local/client/build/types/client.d.ts(45,1): error TS1128: Declaration or statement expected.
@rmhrisk
Copy link
Contributor

rmhrisk commented Mar 25, 2020

@microshine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants