-
Notifications
You must be signed in to change notification settings - Fork 2k
[Core] Update to TypeScript 3.6.3. #2355
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
Conversation
dsmilkov
left a comment
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.
Reviewed 4 of 4 files at r1.
Reviewable status:complete! 2 of 1 approvals obtained (waiting on @dsmilkov and @nsthorat)
tfjs-core/rollup.config.js, line 55 at r1 (raw file):
typescript({ tsconfigOverride: {compilerOptions: {module: 'ES2015', moduleResolution: 'node'}},
curious why you need to re-specify moduleResolution since tfjs-core/tsconfig.json extends from top-level tsconfig.json which already provides that
nsthorat
left a comment
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.
Reviewable status:
complete! 2 of 1 approvals obtained (waiting on @dsmilkov)
tfjs-core/rollup.config.js, line 55 at r1 (raw file):
Previously, dsmilkov (Daniel Smilkov) wrote…
curious why you need to re-specify moduleResolution since tfjs-core/tsconfig.json extends from top-level tsconfig.json which already provides that
Removed it not needed!
This reverts commit a42cb30.
We can't update all packages together because tfjs-core needs to publish without @types/webgl2 to avoid conflicting with the types provided by the new typescript version.
This change is