-
Notifications
You must be signed in to change notification settings - Fork 263
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
Cannot find name 'function' after upgrade to 1.2.9 #314
Comments
@pjunlin What is giving you the error? I'm not sure how to write a test for this |
@awwright does this |
testjsonschema.zip $ npm run build
node_modules/jsonschema/lib/index.d.ts:98:27 - error TS2304: Cannot find name 'function'. 98 preValidateProperty?: function; Found 1 error. npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
|
bump the minor version to `1.2.10` to avoid a [bug](tdegrunt/jsonschema#314) in version `1.2.9`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
I'm going to close this out because the bugfix is published. Please see #316 for adding tests. |
bump the minor version to `1.2.10` to avoid a [bug](tdegrunt/jsonschema#314) in version `1.2.9`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Hi,
We meet npm run build error when upgrade this library to version 1.2.9, any idea about this? There is no issue for 1.2.7
node_modules/jsonschema/lib/index.d.ts:98:27 - error TS2304: Cannot find name 'function'.
98 preValidateProperty?: function;
The text was updated successfully, but these errors were encountered: