Skip to content
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

chore: upgrade typescript to 2.7.1 #30

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Conversation

jinwoo
Copy link
Member

@jinwoo jinwoo commented Feb 5, 2018

And use new ES module interop feature.

@jinwoo jinwoo requested review from ofrobots and a team February 5, 2018 22:17
@codecov-io
Copy link

codecov-io commented Feb 5, 2018

Codecov Report

Merging #30 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files           4        4           
  Lines         331      331           
  Branches       70       70           
=======================================
  Hits          270      270           
  Misses         61       61
Impacted Files Coverage Δ
ts/src/config.ts 100% <100%> (ø) ⬆️
ts/src/checker.ts 76.84% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ce776c...260fe17. Read the comment docs.

And use new ES module interop feature.
"outDir": "build"
"outDir": "build",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
Copy link
Contributor

Choose a reason for hiding this comment

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

do these make sense to upstream to gts?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think they do. But they must be done together with the change that makes the generated package.json use typescript >=2.7.1.

@jinwoo jinwoo merged commit e8f0f1f into google:master Feb 5, 2018
@jinwoo jinwoo deleted the typescript branch February 5, 2018 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants