Home
last modified time | relevance | path

Searched refs:ecmaVersion (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/acorn-jsx/node_modules/acorn/bin/
H A Dacorn26 else if (arg == "--ecma3") options.ecmaVersion = 3
27 else if (arg == "--ecma5") options.ecmaVersion = 5
28 else if (arg == "--ecma6") options.ecmaVersion = 6
29 else if (arg == "--ecma7") options.ecmaVersion = 7
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/acorn/bin/
H A Dacorn30ecmaVersion = 3;else if (arg == "--ecma5") options.ecmaVersion = 5;else if (arg == "--ecma6") opti…
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/.bin/
H A Dacorn30ecmaVersion = 3;else if (arg == "--ecma5") options.ecmaVersion = 5;else if (arg == "--ecma6") opti…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/acorn/
H A DCHANGELOG.md5 Disallow trailing object literal commas when ecmaVersion is less than 5.
17 Makes 10 (ES2019) the default value for the `ecmaVersion` option.
43 Support bigint syntax with `ecmaVersion` >= 11.
45 Support dynamic `import` syntax with `ecmaVersion` >= 11.
153 The default value of the `ecmaVersion` option is now 9 (2018).
428 The default `ecmaVersion` option value is now 7.
442 The `ecmaVersion` option now also accepts year-style version numbers
445 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
447 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
498 The default value of the `ecmaVersion` option is now 6 (used to be 5).
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/espree/node_modules/acorn/
H A DCHANGELOG.md17 Disallow trailing object literal commas when ecmaVersion is less than 5.
29 Makes 10 (ES2019) the default value for the `ecmaVersion` option.
55 Support bigint syntax with `ecmaVersion` >= 11.
57 Support dynamic `import` syntax with `ecmaVersion` >= 11.
165 The default value of the `ecmaVersion` option is now 9 (2018).
440 The default `ecmaVersion` option value is now 7.
454 The `ecmaVersion` option now also accepts year-style version numbers
457 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
459 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
510 The default value of the `ecmaVersion` option is now 6 (used to be 5).
[all …]
/dports/misc/netron/node_modules/acorn/
H A DCHANGELOG.md39 Disallow trailing object literal commas when ecmaVersion is less than 5.
51 Makes 10 (ES2019) the default value for the `ecmaVersion` option.
77 Support bigint syntax with `ecmaVersion` >= 11.
79 Support dynamic `import` syntax with `ecmaVersion` >= 11.
187 The default value of the `ecmaVersion` option is now 9 (2018).
462 The default `ecmaVersion` option value is now 7.
476 The `ecmaVersion` option now also accepts year-style version numbers
479 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
481 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
532 The default value of the `ecmaVersion` option is now 6 (used to be 5).
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/acorn-loose/package/dist/
H A Dacorn-loose.mjs203 this.options.ecmaVersion >= 6) {
564 if (this.options.ecmaVersion >= 6) {
620 if (this.options.ecmaVersion >= 6) {
623 if (this.options.ecmaVersion >= 8) {
1149 if (this.options.ecmaVersion >= 6) {
1208 if (this.options.ecmaVersion >= 6) {
1238 if (this.options.ecmaVersion >= 6) {
1242 if (this.options.ecmaVersion >= 8)
1297 if (this.options.ecmaVersion >= 6)
1299 if (this.options.ecmaVersion >= 8)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/webpack/node_modules/acorn/acorn-loose/dist/
H A Dacorn-loose.mjs203 this.options.ecmaVersion >= 6) {
564 if (this.options.ecmaVersion >= 6) {
620 if (this.options.ecmaVersion >= 6) {
623 if (this.options.ecmaVersion >= 8) {
1045 if (this.options.ecmaVersion > 10) {
1197 if (this.options.ecmaVersion >= 6) {
1227 if (this.options.ecmaVersion >= 6) {
1231 if (this.options.ecmaVersion >= 8)
1286 if (this.options.ecmaVersion >= 6)
1288 if (this.options.ecmaVersion >= 8)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/acorn/package/
H A DCHANGELOG.md49 Disallow trailing object literal commas when ecmaVersion is less than 5.
61 Makes 10 (ES2019) the default value for the `ecmaVersion` option.
87 Support bigint syntax with `ecmaVersion` >= 11.
89 Support dynamic `import` syntax with `ecmaVersion` >= 11.
197 The default value of the `ecmaVersion` option is now 9 (2018).
472 The default `ecmaVersion` option value is now 7.
486 The `ecmaVersion` option now also accepts year-style version numbers
489 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
491 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
542 The default value of the `ecmaVersion` option is now 6 (used to be 5).
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/karma-typescript/node_modules/acorn/
H A DCHANGELOG.md5 `sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-styl…
25 Support bigint syntax with `ecmaVersion` >= 10.
27 Support dynamic `import` syntax with `ecmaVersion` >= 10.
135 The default value of the `ecmaVersion` option is now 9 (2018).
410 The default `ecmaVersion` option value is now 7.
424 The `ecmaVersion` option now also accepts year-style version numbers
427 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
429 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
480 The default value of the `ecmaVersion` option is now 6 (used to be 5).
492 When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
/dports/textproc/write-good/write-good-1.0.8/node_modules/acorn/
H A DCHANGELOG.md11 `sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-styl…
31 Support bigint syntax with `ecmaVersion` >= 10.
33 Support dynamic `import` syntax with `ecmaVersion` >= 10.
141 The default value of the `ecmaVersion` option is now 9 (2018).
416 The default `ecmaVersion` option value is now 7.
430 The `ecmaVersion` option now also accepts year-style version numbers
433 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
435 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
486 The default value of the `ecmaVersion` option is now 6 (used to be 5).
498 When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/acorn/
H A DCHANGELOG.md11 `sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-styl…
31 Support bigint syntax with `ecmaVersion` >= 10.
33 Support dynamic `import` syntax with `ecmaVersion` >= 10.
141 The default value of the `ecmaVersion` option is now 9 (2018).
416 The default `ecmaVersion` option value is now 7.
430 The `ecmaVersion` option now also accepts year-style version numbers
433 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
435 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
486 The default value of the `ecmaVersion` option is now 6 (used to be 5).
498 When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/acorn/
H A DCHANGELOG.md11 `sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-styl…
31 Support bigint syntax with `ecmaVersion` >= 10.
33 Support dynamic `import` syntax with `ecmaVersion` >= 10.
141 The default value of the `ecmaVersion` option is now 9 (2018).
416 The default `ecmaVersion` option value is now 7.
430 The `ecmaVersion` option now also accepts year-style version numbers
433 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
435 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
486 The default value of the `ecmaVersion` option is now 6 (used to be 5).
498 When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/acorn/
H A DCHANGELOG.md11 `sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-styl…
31 Support bigint syntax with `ecmaVersion` >= 10.
33 Support dynamic `import` syntax with `ecmaVersion` >= 10.
141 The default value of the `ecmaVersion` option is now 9 (2018).
416 The default `ecmaVersion` option value is now 7.
430 The `ecmaVersion` option now also accepts year-style version numbers
433 Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
435 Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
486 The default value of the `ecmaVersion` option is now 6 (used to be 5).
498 When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/@eslint/eslintrc/node_modules/acorn/dist/
H A Dacorn.mjs320 ecmaVersion: 10, property in defaultOptions
407 if (options.ecmaVersion >= 2015)
408 { options.ecmaVersion -= 2009; }
924 if (this.options.ecmaVersion >= 6)
1260 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1265 if (this.options.ecmaVersion >= 8)
3242 var d = data[ecmaVersion] = {
3264 this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];
4611 var ecmaVersion = this.options.ecmaVersion;
4612 if (ecmaVersion >= 11) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/eslint/node_modules/acorn/dist/
H A Dacorn.mjs320 ecmaVersion: 10, property in defaultOptions
407 if (options.ecmaVersion >= 2015)
408 { options.ecmaVersion -= 2009; }
924 if (this.options.ecmaVersion >= 6)
1260 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1265 if (this.options.ecmaVersion >= 8)
3242 var d = data[ecmaVersion] = {
3264 this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];
4611 var ecmaVersion = this.options.ecmaVersion;
4612 if (ecmaVersion >= 11) {
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/acorn/dist/
H A Dacorn.mjs320 ecmaVersion: 10, property in defaultOptions
407 if (options.ecmaVersion >= 2015)
408 { options.ecmaVersion -= 2009; }
924 if (this.options.ecmaVersion >= 6)
1260 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1265 if (this.options.ecmaVersion >= 8)
3242 var d = data[ecmaVersion] = {
3264 this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];
4611 var ecmaVersion = this.options.ecmaVersion;
4612 if (ecmaVersion >= 11) {
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/acorn/dist/
H A Dacorn.mjs320 ecmaVersion: 10, property in defaultOptions
407 if (options.ecmaVersion >= 2015)
408 { options.ecmaVersion -= 2009; }
924 if (this.options.ecmaVersion >= 6)
1260 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1265 if (this.options.ecmaVersion >= 8)
3242 var d = data[ecmaVersion] = {
3264 this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];
4611 var ecmaVersion = this.options.ecmaVersion;
4612 if (ecmaVersion >= 11) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 10, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2604 if (this.options.ecmaVersion >= 6)
2606 if (this.options.ecmaVersion >= 8)
3151 var d = data[ecmaVersion] = {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/karma-typescript/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 9, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2593 if (this.options.ecmaVersion >= 6)
2595 if (this.options.ecmaVersion >= 8)
3140 var d = data[ecmaVersion] = {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/espree/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 10, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2608 if (this.options.ecmaVersion >= 6)
2610 if (this.options.ecmaVersion >= 8)
3155 var d = data[ecmaVersion] = {
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 9, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2593 if (this.options.ecmaVersion >= 6)
2595 if (this.options.ecmaVersion >= 8)
3140 var d = data[ecmaVersion] = {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/rollup/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 10, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2604 if (this.options.ecmaVersion >= 6)
2606 if (this.options.ecmaVersion >= 8)
3151 var d = data[ecmaVersion] = {
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/webpack/node_modules/acorn/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 9, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2593 if (this.options.ecmaVersion >= 6)
2595 if (this.options.ecmaVersion >= 8)
3140 var d = data[ecmaVersion] = {
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/acorn/dist/
H A Dacorn.mjs318 ecmaVersion: 9, property in defaultOptions
405 if (options.ecmaVersion >= 2015)
406 { options.ecmaVersion -= 2009; }
915 if (this.options.ecmaVersion >= 6)
1191 this.options.ecmaVersion < 8 ||
1249 if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {
1254 if (this.options.ecmaVersion >= 8)
2593 if (this.options.ecmaVersion >= 6)
2595 if (this.options.ecmaVersion >= 8)
3140 var d = data[ecmaVersion] = {
[all …]

12345678