Searched refs:ES2015 (Results 1 – 25 of 95) sorted by relevance
1234
/third_party/typescript/src/testRunner/unittests/evaluation/ |
D | superInStaticInitializer.ts | 16 `, { target: ts.ScriptTarget.ES2015 }); 35 `, { target: ts.ScriptTarget.ES2015 }); 61 `, { target: ts.ScriptTarget.ES2015 }); 93 `, { target: ts.ScriptTarget.ES2015 }); 119 `, { target: ts.ScriptTarget.ES2015 }); 165 `, { target: ts.ScriptTarget.ES2015 }); 187 `, { target: ts.ScriptTarget.ES2015 });
|
D | forAwaitOf.ts | 47 }`, { target: ts.ScriptTarget.ES2015 }); 99 }`, { target: ts.ScriptTarget.ES2015 }); 129 `, { target: ts.ScriptTarget.ES2015 });
|
D | destructuring.ts | 35 `, { target: ts.ScriptTarget.ES2015 }); 53 `, { target: ts.ScriptTarget.ES2015 });
|
D | asyncGenerator.ts | 24 }`, { target: ts.ScriptTarget.ES2015 });
|
/third_party/typescript/tests/baselines/reference/ |
D | superInObjectLiterals_ES5.errors.txt | 1 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 2 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 3 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 7 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 8 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 9 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 23 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 28 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 34 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 67 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. [all …]
|
D | importCallExpressionNoModuleKindSpecified.errors.txt | 2 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 3 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 4 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 5 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 24 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 28 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 33 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 37 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
D | es3-oldStyleOctalLiteralTypes.errors.txt | 1 …yleOctalLiteralTypes.ts(1,8): error TS8017: Octal literal types must use ES2015 syntax. Use the sy… 2 …yleOctalLiteralTypes.ts(2,8): error TS8017: Octal literal types must use ES2015 syntax. Use the sy… 8 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'. 11 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
|
D | super_inside-object-literal-getters-and-setters.errors.txt | 2 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 4 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 7 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 19 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 26 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher. 45 …s only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher.
|
D | asyncFunctionNoReturnType.errors.txt | 2 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 9 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
D | asyncFunctionReturnExpressionErrorSpans.errors.txt | 1 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 18 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
D | destructuringControlFlowNoCrash.errors.txt | 5 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 33 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
D | APISample_linter.js | 68 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes … 126 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes …
|
D | alwaysStrictModule3.types | 2 // module ES2015
|
D | alwaysStrictModule3.symbols | 2 // module ES2015
|
D | unicodeEscapesInNames02(target=es2015).sourcemap.txt | 19 >>>// Astral characters should be accepted in ES2015 24 2 >// Astral characters should be accepted in ES2015
|
D | importMeta(module=es2020,target=esnext).errors.txt | 5 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 18 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
D | importMeta(module=esnext,target=esnext).errors.txt | 5 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o… 18 …ke sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' o…
|
/third_party/typescript/src/testRunner/unittests/ |
D | printer.ts | 52 `, ScriptTarget.ES2015); 133 `, ScriptTarget.ES2015), 139 `, ScriptTarget.ES2015) 163 createSourceFile("source.ts", "", ScriptTarget.ES2015) 169 createSourceFile("source.ts", "", ScriptTarget.ES2015) 204 createSourceFile("source.ts", "", ScriptTarget.ES2015) 214 createSourceFile("source.ts", "", ScriptTarget.ES2015) 245 createSourceFile("source.ts", "", ScriptTarget.ES2015) 310 createSourceFile("source.ts", "", ScriptTarget.ES2015)
|
D | transform.ts | 64 …nsformed = transform(createSourceFile("source.ts", sourceText, ScriptTarget.ES2015), transformers); 481 target: ScriptTarget.ES2015, 502 target: ScriptTarget.ES2015, 519 target: ScriptTarget.ES2015, 648 target: ScriptTarget.ES2015, 663 target: ScriptTarget.ES2015,
|
D | customTransforms.ts | 5 …nst roots = sources.map(source => createSourceFile(source.file, source.text, ScriptTarget.ES2015)); 95 module: ModuleKind.ES2015,
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | inferredProjects.ts | 171 target: ScriptTarget.ES2015 227 …ert.equal(projectService.inferredProjects[2].getCompilationSettings().target, ScriptTarget.ES2015); 250 target: ScriptTarget.ES2015 256 [[files[0], files[1]], ScriptTarget.ES2015], 265 [[files[0]], ScriptTarget.ES2015], 273 [[files[0], files[1]], ScriptTarget.ES2015], 287 … [[files[0], files[1]], useCaseSensitiveFileNames ? ScriptTarget.ES2015 : ScriptTarget.ES2017], 296 [[files[0]], ScriptTarget.ES2015], 449 target: ScriptTarget.ES2015
|
/third_party/typescript/src/compiler/transformers/module/ |
D | esnextAnd2015.ts | 125 … /*flags*/ languageVersion >= ScriptTarget.ES2015 ? NodeFlags.Const : NodeFlags.None 160 … /*flags*/ languageVersion >= ScriptTarget.ES2015 ? NodeFlags.Const : NodeFlags.None 191 … if (compilerOptions.module !== undefined && compilerOptions.module > ModuleKind.ES2015) {
|
/third_party/jerryscript/jerry-core/profiles/ |
D | README.md | 5 The default profile is ``es5.1`` which disables the ES2015 features. 32 # Turn off every ES2015 feature EXCEPT the module system 126 …Furthermore all builtins follow the ES2015 specification including those which behave differently …
|
/third_party/typescript/tests/projects/emitDeclarationOnly/ |
D | tsconfig.json | 4 … /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES201…
|
/third_party/typescript/src/services/codefixes/ |
D | fixModuleAndTargetOptions.ts | 17 … const moduleOutOfRange = moduleKind >= ModuleKind.ES2015 && moduleKind < ModuleKind.ESNext;
|
1234