/third_party/node/deps/npm/node_modules/es-to-primitive/ |
D | index.js | 5 var ES2015 = require('./es2015'); variable 8 Object.defineProperty(ES2015, 'ES5', { enumerable: false, value: ES5 }); 9 Object.defineProperty(ES2015, 'ES6', { enumerable: false, value: ES6 }); 10 Object.defineProperty(ES2015, 'ES2015', { enumerable: false, value: ES2015 }); 14 ES6.ES2015 = ES2015; 17 module.exports = ES2015;
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | index.js | 6 var ES2015 = require('./es2015'); variable 12 ES6: ES2015, 13 ES2015: ES2015, property 20 assign(ES, ES2015);
|
D | CHANGELOG.md | 4 * [New] `ES2015`+: add `ObjectCreate` 5 * [Robustness]: `ES2015+`: ensure `Math.{abs,floor}` and `Function.call` are cached 9 * [New] `ES2015+`: add iterator abstract ops 15 * [New] ES2015+: `AdvanceStringIndex` 23 * [New] ES2015+: add `CreateDataProperty` and `CreateDataPropertyOrThrow` 35 * [Fix] ES2015+: `ToPropertyKey`: should return a symbol for Symbols (#26) 45 …* [New] ES2015+: add `CompletePropertyDescriptor`, `Set`, `HasOwnProperty`, `HasProperty`, `IsConc… 55 * [Tests] ES2015: add ToNumber symbol tests
|
D | es2016.js | 3 var ES2015 = require('./es2015'); variable 6 var ES2016 = assign(assign({}, 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 | alwaysStrictModule3.types | 2 // module ES2015
|
D | APISample_linter.js | 67 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes … 124 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes …
|
D | alwaysStrictModule3.symbols | 2 // module ES2015
|
/third_party/node/deps/npm/node_modules/es-to-primitive/test/ |
D | index.js | 6 var ES2015 = require('../es2015'); variable 11 t.equal(toPrimitive, ES2015, 'default export is ES2015'); 14 t.equal(toPrimitive.ES2015, ES2015, 'ES2015 property has ES2015 method');
|
/third_party/typescript/src/testRunner/unittests/ |
D | printer.ts | 52 `, ScriptTarget.ES2015); 133 `, ScriptTarget.ES2015), 139 `, ScriptTarget.ES2015) 165 createSourceFile("source.ts", "", ScriptTarget.ES2015) 171 createSourceFile("source.ts", "", ScriptTarget.ES2015) 207 createSourceFile("source.ts", "", ScriptTarget.ES2015) 218 createSourceFile("source.ts", "", ScriptTarget.ES2015) 252 createSourceFile("source.ts", "", ScriptTarget.ES2015) 323 createSourceFile("source.ts", "", ScriptTarget.ES2015)
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | es6.js | 7 var ES2015 = ES.ES2015; variable 11 t.equal(ES6, ES2015, 'main ES6 === main ES2015');
|
D | es2015.js | 3 var ES = require('../').ES2015;
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | inferredProjects.ts | 181 target: ScriptTarget.ES2015 237 …ert.equal(projectService.inferredProjects[2].getCompilationSettings().target, ScriptTarget.ES2015); 260 target: ScriptTarget.ES2015 266 [[files[0], files[1]], ScriptTarget.ES2015], 275 [[files[0]], ScriptTarget.ES2015], 283 [[files[0], files[1]], ScriptTarget.ES2015], 297 … [[files[0], files[1]], useCaseSensitiveFileNames ? ScriptTarget.ES2015 : ScriptTarget.ES2017], 306 [[files[0]], ScriptTarget.ES2015], 459 target: ScriptTarget.ES2015
|
/third_party/typescript/src/testRunner/unittests/evaluation/ |
D | forAwaitOf.ts | 47 }`, { target: ts.ScriptTarget.ES2015 }); 99 }`, { target: ts.ScriptTarget.ES2015 });
|
D | destructuring.ts | 35 `, { target: ts.ScriptTarget.ES2015 }); 53 `, { target: ts.ScriptTarget.ES2015 });
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-namespace-keyword.md | 3 In an effort to prevent further confusion between custom TypeScript modules and the new ES2015 modu… 12 If you are using the ES2015 module syntax, then you will not need this rule.
|
D | prefer-includes.md | 4 Until ES2015, we were using `Array#indexOf` method to check whether an array contains an arbitrary … 6 ES2015 has added `String#includes` and ES2016 has added `Array#includes`.
|
/third_party/node/deps/npm/node_modules/object-assign/ |
D | readme.md | 3 > ES2015 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) [ponyfill](https://p… 51 - [ES2015 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.as…
|
/third_party/node/deps/npm/node_modules/import-lazy/ |
D | readme.md | 32 // Useful when using destructuring assignment in ES2015 43 If you use Node.js 6 or later, you can take advantage of ES2015 proxies and don't need to call it a…
|