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
… but this PR is slightly incomplete as it doesn't have tests. This is because I can not get the project to build / test / install typings.
I get only awful lot of Typescript related errors, like these when running grunt typings:
grunt typings
>> error TS1005: ',' expected. >> /Users/me/projects/business-rules-engine/typings/underscore/underscore.d.ts(6033,42): >> error TS1005: ';' expected. >> /Users/me/projects/business-rules-engine/typings/underscore/underscore.d.ts(6033,53): >> error TS1003: Identifier expected. >> /Users/me/projects/business-rules-engine/typings/underscore/underscore.d.ts(6042,14): >> error TS1005: ',' expected. >> /Users/me/projects/business-rules-engine/typings/underscore/underscore.d.ts(6042,32): >> error TS1005: ',' expected. >> /Users/me/projects/business-rules-engine/typings/underscore/underscore.d.ts(6042,42):
Can it be related to this issue DefinitelyTyped/DefinitelyTyped#4004 ?
The text was updated successfully, but these errors were encountered:
… and these errors are not just related to underscore, I get those errors from moment.
underscore
moment
And also I see these:
>> /Users/me/projects/business-rules-engine/src/customValidators/DateCompareValidator.ts(2,1): >> error TS5007: Cannot resolve referenced file: '../../typings/business-rules-engine/business-rules-engine.d.ts'. >> /Users/me/projects/business-rules-engine/src/customValidators/ParamValidator.ts(3,1): >> error TS5007: Cannot resolve referenced file: '../../typings/business-rules-engine/business-rules-engine.d.ts'. >> /Users/me/projects/business-rules-engine/src/customValidators/RCValidator.ts(3,1): >> error TS5007: Cannot resolve referenced file: '../../typings/business-rules-engine/business-rules-engine.d.ts'. >> /Users/me/projects/business-rules-engine/src/validation/BasicValidators.ts(4,1): >> error TS5007: Cannot resolve referenced file: '../../typings/business-rules-engine/Validation.d.ts'. >> /Users/me/projects/business-rules-engine/src/validation/FormSchema.ts(4,1): >> error TS5007: Cannot resolve referenced file: '../../typings/business-rules-engine/Validation.d.ts'.
Sorry, something went wrong.
No branches or pull requests
… but this PR is slightly incomplete as it doesn't have tests. This is because I can not get the project to build / test / install typings.
I get only awful lot of Typescript related errors, like these when running
grunt typings
:Can it be related to this issue DefinitelyTyped/DefinitelyTyped#4004 ?
The text was updated successfully, but these errors were encountered: