Skip to content

Conversation

@nsthorat
Copy link
Contributor

@nsthorat nsthorat commented Nov 8, 2019

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 Reviewable

Copy link
Contributor

@dsmilkov dsmilkov left a 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: :shipit: 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

Copy link
Contributor Author

@nsthorat nsthorat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: 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!

@nsthorat nsthorat merged commit a42cb30 into master Nov 11, 2019
@nsthorat nsthorat deleted the tsversion branch November 11, 2019 17:43
nsthorat pushed a commit that referenced this pull request Nov 12, 2019
nsthorat pushed a commit that referenced this pull request Nov 12, 2019
DEV

This reverts commit a42cb30.

Rolling this back so I can do this when I get back from vacation because it's a non-trivial change to update the other packages.

This isn't a clean rollback. I also rolled back changes to wasm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants