-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
1.4 Release #1722
Copy link
Copy link
Closed
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Starting this issue to track what needs to be done for the 1.4 release:
TypeScript support:
- Add TypeScript to the help
- Bundle the dependencies Split bundle before shipping to npm #1640
TypeScript formatting blockers:
- Comments inside decorator arguments are moved to the wrong line #1460 Comments inside of decoratos
- Missing AST Type #1694 Comments inside of function types
- Unstable yield re-print with TypeScript parser #1769 generator functions
- Missing default modifier for TSNamespaceExportDeclaration eslint/typescript-eslint-parser#288
- Incorrect optional flag on Identifier eslint/typescript-eslint-parser#289
- Missing computed flag on TSMethodSignature eslint/typescript-eslint-parser#290
- Async generator method is not flagged as a generator eslint/typescript-eslint-parser#297
Facebook blockers:
- Do not break on extends #1520 Do not break on extend
- !() indentation #774 !() indentation
- Inline
import fromfor a single one like we do forrequire - Update to flow 0.47.0
- Extra space in flow type #1724 Extra space in flow type
Things that are easy we should knock down:
- Forces variable declarations onto single line #1607 Make multiple variable declarations on their own line
It's going to be pretty awesome :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.