Home
last modified time | relevance | path

Searched refs:ES2015 (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/node/deps/npm/node_modules/es-to-primitive/
Dindex.js5 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/
Dindex.js6 var ES2015 = require('./es2015'); variable
12 ES6: ES2015,
13 ES2015: ES2015, property
20 assign(ES, ES2015);
DCHANGELOG.md4 * [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
Des2016.js3 var ES2015 = require('./es2015'); variable
6 var ES2016 = assign(assign({}, ES2015), {
/third_party/typescript/tests/baselines/reference/
DsuperInObjectLiterals_ES5.errors.txt1 …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 …]
DimportCallExpressionNoModuleKindSpecified.errors.txt2 …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…
Des3-oldStyleOctalLiteralTypes.errors.txt1 …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'.
Dsuper_inside-object-literal-getters-and-setters.errors.txt2 …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.
DasyncFunctionNoReturnType.errors.txt2 …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…
DasyncFunctionReturnExpressionErrorSpans.errors.txt1 …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…
DdestructuringControlFlowNoCrash.errors.txt5 …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…
DalwaysStrictModule3.types2 // module ES2015
DAPISample_linter.js67 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes …
124 …eSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2015, /*setParentNodes …
DalwaysStrictModule3.symbols2 // module ES2015
/third_party/node/deps/npm/node_modules/es-to-primitive/test/
Dindex.js6 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/
Dprinter.ts52 `, 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/
Des6.js7 var ES2015 = ES.ES2015; variable
11 t.equal(ES6, ES2015, 'main ES6 === main ES2015');
Des2015.js3 var ES = require('../').ES2015;
/third_party/typescript/src/testRunner/unittests/tsserver/
DinferredProjects.ts181 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/
DforAwaitOf.ts47 }`, { target: ts.ScriptTarget.ES2015 });
99 }`, { target: ts.ScriptTarget.ES2015 });
Ddestructuring.ts35 `, { target: ts.ScriptTarget.ES2015 });
53 `, { target: ts.ScriptTarget.ES2015 });
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-namespace-keyword.md3 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.
Dprefer-includes.md4 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/
Dreadme.md3 > 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/
Dreadme.md32 // 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…

12345