Searched refs:ES5 (Results 1 – 25 of 150) sorted by relevance
123456
13 `, { 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 });
9 `, { target: ts.ScriptTarget.ES5 });17 `, { target: ts.ScriptTarget.ES5 });27 `, { target: ts.ScriptTarget.ES5 });45 `, { target: ts.ScriptTarget.ES5 });
1 …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. …
2 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…
9 ES5 = 1,10 >ES5 : CodeGenTarget.ES5
1 …: 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'.
1 …,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…
8 ES5 = 1,9 >ES5 : Symbol(CodeGenTarget.ES5, Decl(scannerEnum1.ts, 1, 16))
1 …: 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'.
1 …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.
1 …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.
1 …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.
1 …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.
1 …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.
1 …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. …
1 …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. …
5 var ES5 = require('./es5'); variable11 ES5: ES5, property18 assign(ES, ES5);
3 var ES5 = require('./es5'); variable8 Object.defineProperty(ES2015, 'ES5', { enumerable: false, value: ES5 });12 ES6.ES5 = ES5;
12 …* [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…
101 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 …]
4 var ES5 = require('../es5'); variable12 t.equal(toPrimitive.ES5, ES5, 'ES5 property has ES5 method');