-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Support bigint for ES2020 #33871
Copy link
Copy link
Closed
Labels
ES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)Effort: ModerateRequires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".Help WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Metadata
Metadata
Assignees
Labels
ES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)Effort: ModerateRequires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".Help WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Type
Fields
Give feedbackNo fields configured for issues without a type.
TypeScript Version: master branch
Search Terms: bigint es2020 2020
Code
Expected behavior: ES2020 should support bigints, because it's now in Stage 4 and is just merged into the spec 🎉
Actual behavior: It does not.
Playground Link: https://www.typescriptlang.org/play/?target=7&ssl=1&ssc=5&pln=1&pc=1#code/IwBhDsg
Related Issues: