-
Notifications
You must be signed in to change notification settings - Fork 628
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
TS 2.9 follow up #3839
TS 2.9 follow up #3839
Conversation
37c28d7
to
faf34cb
Compare
0a4ae33
to
440a25e
Compare
I had another issue upgrading to vega-lite 2.5.1 that I thought was related to the ts 2.9 upgrade, but decided it really was another issue: #3855 |
36fbfe0
to
cb90ea8
Compare
This change simplifies the package.json and also improves our sourcemaps. |
cb90ea8
to
6373e23
Compare
@@ -45,7 +45,7 @@ | |||
"renameschema": "scripts/rename-schema.sh", | |||
"presite": "npm run prebuild && npm run data && npm run build:site && npm run build:toc && npm run build:versions && scripts/create-example-pages", | |||
"site": "bundle exec jekyll serve --incremental", | |||
"lint": "tslint -p .", | |||
"lint": "tslint -p . -e 'package.json'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to get around a bug in tslint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready @kanitw |
Requires microsoft/TypeScript/issues/24588 and microsoft/TypeScript#24546
Follow up for #3836