Merge pull request #28456 from Microsoft/nonExperimentalBigInt

BigInt shouldn't be considered experimental
This commit is contained in:
Daniel Rosenwasser
2018-11-12 15:59:15 -08:00
committed by GitHub
30 changed files with 115 additions and 88 deletions

View File

@@ -584,12 +584,6 @@ namespace ts {
category: Diagnostics.Experimental_Options,
description: Diagnostics.Enables_experimental_support_for_emitting_type_metadata_for_decorators
},
{
name: "experimentalBigInt",
type: "boolean",
category: Diagnostics.Experimental_Options,
description: Diagnostics.Enables_experimental_support_for_ESNext_BigInt_literals
},
// Advanced
{