question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support TypeScript 3.8

See original GitHub issue

Is your proposal related to a problem?

I was looking forward to using the export * as syntax which is not available with previous versions of typescript

Describe the solution you’d like

Bump up typescript version from ~3.7.2 to ~3.8 (I’m aware that this depends on babel too)

Describe alternatives you’ve considered

Additional context

This was discussed in #8675 and the comment suggested that it would be implemented in react-scripts version 3.4.1 however typescript is still at ~3.7.2after having created a project via npx create-react-app --template typescript app-name

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
xinkulecommented, Jun 9, 2020

I think it’s already done, just not released yet. See here

0reactions
mateja176commented, Jun 10, 2020

Looking forward to it, good luck guys! 🤞

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - TypeScript 3.8
TypeScript 3.8 adds a new syntax for type-only imports and exports. ... TypeScript 3.8 brings support for ECMAScript's private fields, part of the...
Read more >
Announcing TypeScript 3.8 - Microsoft Developer Blogs
TypeScript 3.8 brings support for ECMAScript's private fields, part of the stage-3 class fields proposal. This work was started and driven ...
Read more >
typescript - npm
TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale ...
Read more >
TypeScript >=3.8 Support · Issue #4914 · palantir/tslint - GitHub
Hi! TSLint no longer builds using TypeScript 3.8, and we'd like to fix the source code up to at least be able to...
Read more >
Prettier 2.0 Supports Typescript 3.8, Improves CLI - InfoQ
Prettier now supports new syntax included in the TypeScript 3.8 release, covering type-only imports and exports, ECMAScript private fields, and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found