| /third_party/typescript/tests/baselines/reference/ |
| D | conditionalEqualityOnLiteralObjects.errors.txt | 1 …ts(4,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 2 …ts(6,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 3 …ts(8,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 4 …s(10,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 5 …s(12,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 6 …s(14,5): error TS2839: This condition will always return 'false' since JavaScript compares objects… 7 …ts(17,5): error TS2839: This condition will always return 'true' since JavaScript compares objects… 8 …ts(19,5): error TS2839: This condition will always return 'true' since JavaScript compares objects… 9 …ts(21,5): error TS2839: This condition will always return 'true' since JavaScript compares objects… 10 …ts(23,5): error TS2839: This condition will always return 'true' since JavaScript compares objects… [all …]
|
| D | collisionArgumentsClassConstructor.errors.txt | 2 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 3 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 4 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 6 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 7 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 8 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 9 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 10 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 12 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 13 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… [all …]
|
| D | collisionArgumentsClassMethod.errors.txt | 2 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 3 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 4 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 6 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 7 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 8 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 9 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 10 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 12 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 13 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… [all …]
|
| D | parseClassDeclarationInStrictModeByDefaultInES6.errors.txt | 1 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 2 …in JavaScript's strict mode which does not allow this use of 'eval'. For more information, see htt… 3 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 13 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 16 …in JavaScript's strict mode which does not allow this use of 'eval'. For more information, see htt… 19 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h…
|
| D | importingExportingTypes.errors.txt | 1 /index.js(1,21): error TS18042: 'WriteFileOptions' is a type and cannot be imported in JavaScript f… 2 /index.js(1,39): error TS18042: 'WriteFileOptions' is a type and cannot be imported in JavaScript f… 3 /index.js(5,10): error TS18043: Types cannot appear in export declarations in JavaScript files. 4 /index.js(6,10): error TS18043: Types cannot appear in export declarations in JavaScript files. 5 /index.js(7,10): error TS18043: Types cannot appear in export declarations in JavaScript files. 17 !!! error TS18042: 'WriteFileOptions' is a type and cannot be imported in JavaScript files. Use 'im… 19 !!! error TS18042: 'WriteFileOptions' is a type and cannot be imported in JavaScript files. Use 'im… 25 !!! error TS18043: Types cannot appear in export declarations in JavaScript files. 29 !!! error TS18043: Types cannot appear in export declarations in JavaScript files. 33 !!! error TS18043: Types cannot appear in export declarations in JavaScript files.
|
| D | emitArrowFunctionWhenUsingArguments12_ES6.errors.txt | 1 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 8 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h…
|
| D | argumentsReferenceInConstructor4_Js.errors.txt | 1 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 24 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h…
|
| D | argumentsReferenceInMethod4_Js.errors.txt | 1 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 22 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h…
|
| D | emitArrowFunctionWhenUsingArguments12.errors.txt | 1 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h… 9 …JavaScript's strict mode which does not allow this use of 'arguments'. For more information, see h…
|
| /third_party/flatbuffers/docs/source/ |
| D | JavaScriptUsage.md | 1 Use in JavaScript {#flatbuffers_guide_use_javascript} 6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that 9 (including JavaScript). This page is specifically designed to cover the nuances 10 of FlatBuffers usage in JavaScript. 17 ## FlatBuffers JavaScript library code location 19 The generated code for the FlatBuffers JavaScript library can be found at 26 ## Using the FlatBuffers JavaScript library 56 // Note: This code is an example of browser-based HTML/JavaScript. See above 57 // for the code using JavaScript module loaders (e.g. Node.js). 90 ## Text parsing FlatBuffers in JavaScript [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with files options/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with boolean value compiler options/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with enum value compiler options/ |
| D | tsconfig.json | 14 …5", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Default initialized TSConfig/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with incorrect compiler option/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with list compiler options/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with --watch/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with --help/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with incorrect compiler option value/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with list compiler options with enum value/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/config/initTSConfig/Initialized TSConfig with advanced options/ |
| D | tsconfig.json | 14 …2016", /* Set the JavaScript language version for emitted JavaScr… 45 /* JavaScript Support */ 46 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 47 …ue, /* Enable error reporting in type-checked JavaScript files. */ 48 … /* Specify the maximum folder depth used for checking JavaScript files from 'node… 51 … /* Generate .d.ts files from TypeScript and JavaScript files in your pr… 53 …DeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ 54 …": true, /* Create source map files for emitted JavaScript files. */ 55 … /* Specify a file that bundles all outputs into one JavaScript file. If 'declar… 61 … /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ [all …]
|
| /third_party/typescript/tests/baselines/reference/tsc/runWithoutArgs/ |
| D | does-not-add-color-when-NO_COLOR-is-set.js | 82 Set the JavaScript language version for emitted JavaScript and include compatible library declarati… 97 Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from th… 102 Enable error reporting in type-checked JavaScript files. 112 Generate .d.ts files from TypeScript and JavaScript files in your project. 122 Only output d.ts files and not JavaScript files. 127 Create source map files for emitted JavaScript files. 132 Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also de… 156 Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSynth…
|
| D | show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js | 82 Set the JavaScript language version for emitted JavaScript and include compatible library declarati… 97 Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from th… 102 Enable error reporting in type-checked JavaScript files. 112 Generate .d.ts files from TypeScript and JavaScript files in your project. 122 Only output d.ts files and not JavaScript files. 127 Create source map files for emitted JavaScript files. 132 Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also de… 156 Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSynth…
|
| D | show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js | 82 Set the JavaScript language version for emitted JavaScript and include compatible library declarati… 97 Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from th… 102 Enable error reporting in type-checked JavaScript files. 112 Generate .d.ts files from TypeScript and JavaScript files in your project. 122 Only output d.ts files and not JavaScript files. 127 Create source map files for emitted JavaScript files. 132 Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also de… 156 Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSynth…
|
| /third_party/typescript/tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs/node/ |
| D | jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.errors.txt | 2 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 4 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 8 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor… 10 …json file will help organize projects that contain both TypeScript and JavaScript files. Learn mor…
|