Home
last modified time | relevance | path

Searched refs:ES5 (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/typescript/src/testRunner/unittests/evaluation/
DforOf.ts13 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
34 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
54 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
67 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
81 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
94 `, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
114 }`, { downlevelIteration: true, target: ts.ScriptTarget.ES5 });
Ddestructuring.ts9 `, { target: ts.ScriptTarget.ES5 });
17 `, { target: ts.ScriptTarget.ES5 });
27 `, { target: ts.ScriptTarget.ES5 });
45 `, { target: ts.ScriptTarget.ES5 });
/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments01.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
2 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
3 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
4 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
11 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
18 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
26 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
34 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DimportCallExpressionNoModuleKindSpecified.errors.txt2 tests/cases/conformance/dynamicImport/2.ts(3,24): error TS2712: A dynamic import call in ES5/ES3 re…
3 tests/cases/conformance/dynamicImport/2.ts(5,27): error TS2712: A dynamic import call in ES5/ES3 re…
4 tests/cases/conformance/dynamicImport/2.ts(8,12): error TS2705: An async function or method in ES5/…
5 tests/cases/conformance/dynamicImport/2.ts(10,29): error TS2712: A dynamic import call in ES5/ES3 r…
24 !!! error TS2712: A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure y…
28 !!! error TS2712: A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure y…
33 !!! error TS2705: An async function or method in ES5/ES3 requires the 'Promise' constructor. Make …
37 !!! error TS2712: A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure y…
DscannerEnum1.types9 ES5 = 1,
10 >ES5 : CodeGenTarget.ES5
DdownlevelLetConst18.errors.txt1 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
2 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
11 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
17 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
DasyncFunctionDeclaration15_es5.errors.txt1 …,23): error TS1055: Type '{}' is not a valid async function return type in ES5/ES3 because it does…
3 …23): error TS1055: Type 'any' is not a valid async function return type in ES5/ES3 because it does…
4 …: error TS1055: Type 'number' is not a valid async function return type in ES5/ES3 because it does…
6 …or TS1055: Type 'PromiseLike' is not a valid async function return type in ES5/ES3 because it does…
7 …S1055: Type 'typeof Thenable' is not a valid async function return type in ES5/ES3 because it does…
23 !!! error TS1055: Type '{}' is not a valid async function return type in ES5/ES3 because it does no…
28 !!! error TS1055: Type 'any' is not a valid async function return type in ES5/ES3 because it does n…
31 !!! error TS1055: Type 'number' is not a valid async function return type in ES5/ES3 because it doe…
36 !!! error TS1055: Type 'PromiseLike' is not a valid async function return type in ES5/ES3 because i…
39 !!! error TS1055: Type 'typeof Thenable' is not a valid async function return type in ES5/ES3 becau…
DscannerEnum1.symbols8 ES5 = 1,
9 >ES5 : Symbol(CodeGenTarget.ES5, Decl(scannerEnum1.ts, 1, 16))
DblockScopedSameNameFunctionDeclarationStrictES5.errors.txt1 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
3 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
15 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
24 …: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.
DexportClassNameWithObjectAMD.errors.txt1 …ObjectAMD.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module AMD.
7 !!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module AMD.
DexportClassNameWithObjectUMD.errors.txt1 …ObjectUMD.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module UMD.
7 !!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module UMD.
DexportClassNameWithObjectSystem.errors.txt1 …System.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module System.
7 !!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module System.
DexportClassNameWithObjectCommonJS.errors.txt1 …monJS.ts(1,14): error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJ…
7 !!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
DexportDefaultClassNameWithObject.errors.txt1 …bject.ts(1,22): error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJ…
7 !!! error TS2725: Class name cannot be 'Object' when targeting ES5 with module CommonJS.
DemitArrowFunctionWhenUsingArguments02.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
7 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DemitArrowFunctionWhenUsingArguments05.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
8 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DemitArrowFunctionWhenUsingArguments03.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
8 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DemitArrowFunctionWhenUsingArguments07.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
8 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DemitArrowFunctionWhenUsingArguments09.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
8 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
DemitArrowFunctionWhenUsingArguments06.errors.txt1 …he 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a s…
8 !!! error TS2496: The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. …
/third_party/node/deps/npm/node_modules/es-abstract/
Dindex.js5 var ES5 = require('./es5'); variable
11 ES5: ES5, property
18 assign(ES, ES5);
/third_party/node/deps/npm/node_modules/es-to-primitive/
Dindex.js3 var ES5 = require('./es5'); variable
8 Object.defineProperty(ES2015, 'ES5', { enumerable: false, value: ES5 });
12 ES6.ES5 = ES5;
DCHANGELOG.md12 …* [Fix: ES5] fix coercion logic: ES5’s ToPrimitive does not coerce any primitive value, regardless…
27 …* [Fix: ES5] fix coercion logic: ES5’s ToPrimitive does not coerce any primitive value, regardless…
/third_party/typescript/src/testRunner/unittests/config/
DconvertCompilerOptionsFromJson.ts101 target: ScriptTarget.ES5,
126 target: ScriptTarget.ES5,
151 target: ScriptTarget.ES5,
179 target: ScriptTarget.ES5,
207 target: ScriptTarget.ES5,
289 target: ScriptTarget.ES5,
320 target: ScriptTarget.ES5,
351 target: ScriptTarget.ES5,
382 target: ScriptTarget.ES5,
413 target: ScriptTarget.ES5,
[all …]
/third_party/node/deps/npm/node_modules/es-to-primitive/test/
Dindex.js4 var ES5 = require('../es5'); variable
12 t.equal(toPrimitive.ES5, ES5, 'ES5 property has ES5 method');

123456