/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | test.sh | 41 $old_protoc --js_out=import_style=commonjs,binary:commonjs_out1 -I ../../../src -I commonjs -I . $g… 42 $old_protoc --js_out=import_style=commonjs,binary:commonjs_out1 -I ../../../src -I commonjs -I . $g… 44 $new_protoc --js_out=import_style=commonjs,binary:commonjs_out2 -I ../../../src -I commonjs -I . $g… 45 $old_protoc --js_out=import_style=commonjs,binary:commonjs_out2 -I ../../../src -I commonjs -I . $g… 47 $old_protoc --js_out=import_style=commonjs,binary:commonjs_out3 -I ../../../src -I commonjs -I . $g… 48 $new_protoc --js_out=import_style=commonjs,binary:commonjs_out3 -I ../../../src -I commonjs -I . $g… 52 node commonjs/rewrite_tests_for_commonjs.js < "$file" > "commonjs_out/$file" 54 cp commonjs/{jasmine.json,import_test.js} commonjs_out/ 56 ../../node_modules/google-closure-library/closure/bin/calcdeps.py -i commonjs/export_asserts.js -p … 57 ../../node_modules/google-closure-library/closure/bin/calcdeps.py -i commonjs/export_testdeps.js -p… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | importCallExpressionErrorInES2015.errors.txt | 1 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 2 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 3 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 12 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 15 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 23 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'…
|
D | typedefCrossModule.symbols | 1 === tests/cases/conformance/jsdoc/commonjs.d.ts === 3 >module : Symbol(module, Decl(commonjs.d.ts, 0, 11)) 4 >exports : Symbol(exports, Decl(commonjs.d.ts, 0, 21)) 7 /// <reference path="./commonjs.d.ts"/> 27 /// <reference path="./commonjs.d.ts"/> 42 /// <reference path="./commonjs.d.ts"/>
|
D | importCallExpressionNestedES2015.errors.txt | 1 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 2 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 12 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 14 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'…
|
D | importCallExpressionNestedES20152.errors.txt | 1 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 2 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 12 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'… 14 … only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system'…
|
D | es5-commonjs.symbols | 1 === tests/cases/compiler/es5-commonjs.ts === 3 >A : Symbol(A, Decl(es5-commonjs.ts, 0, 0)) 11 >B : Symbol(A.B, Decl(es5-commonjs.ts, 5, 5))
|
D | typedefCrossModule.types | 1 === tests/cases/conformance/jsdoc/commonjs.d.ts === 7 /// <reference path="./commonjs.d.ts"/> 30 /// <reference path="./commonjs.d.ts"/> 47 /// <reference path="./commonjs.d.ts"/>
|
D | requireOfJsonFileWithModuleNodeResolutionEmitSystem.errors.txt | 1 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'… 4 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'…
|
D | requireOfJsonFileWithModuleNodeResolutionEmitUmd.errors.txt | 1 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'… 4 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'…
|
D | requireOfJsonFileWithModuleNodeResolutionEmitNone.errors.txt | 1 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'… 5 …esolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015'…
|
D | alwaysStrictModule4.types | 2 // Module commonjs
|
D | alwaysStrictModule4.symbols | 2 // Module commonjs
|
D | es5-commonjs.types | 1 === tests/cases/compiler/es5-commonjs.ts ===
|
/third_party/node/test/es-module/ |
D | test-esm-specifiers.mjs | 9 import commonjs from '../fixtures/es-module-specifiers/package-type-commonjs'; 16 assert.strictEqual(commonjs, 'commonjs'); 42 'package-type-commonjs',
|
D | test-esm-specifiers-legacy-flag.mjs | 6 import commonjs from '../fixtures/es-module-specifiers/package-type-commonjs'; 15 assert.strictEqual(commonjs, 'commonjs');
|
/third_party/typescript/tests/baselines/reference/transpile/ |
D | Report an error when compiler-options target-script is out-of-range.errors.txt | 1 error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', '… 4 !!! error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd…
|
D | Report an error when compiler-options target-script is out-of-range.oldTranspile.errors.txt | 1 error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', '… 4 !!! error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd…
|
D | Report an error when compiler-options module-kind is out-of-range.oldTranspile.errors.txt | 1 error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', '… 4 !!! error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd…
|
D | Report an error when compiler-options module-kind is out-of-range.errors.txt | 1 error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', '… 4 !!! error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd…
|
/third_party/node/tools/node-lint-md-cli-rollup/ |
D | rollup.config.js | 4 const commonjs = require('@rollup/plugin-commonjs'); constant 47 commonjs(),
|
/third_party/jsframework/ |
D | build_strip_native_min.js | 24 const commonjs = require('rollup-plugin-commonjs'); constant 68 commonjs(),
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 31 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 41 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 48 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 55 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 62 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 69 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 76 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 83 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 90 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… 124 …ules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --projec… [all …]
|
/third_party/protobuf/conformance/ |
D | Makefile.am | 263 …uby_out=. --objc_out=. --python_out=. --php_out=. --js_out=import_style=commonjs,binary:. $(confor… 264 …pp_out=. --java_out=. --objc_out=. --python_out=. --js_out=import_style=commonjs,binary:. $(confor… 265 …pp_out=. --java_out=. --ruby_out=. --python_out=. --js_out=import_style=commonjs,binary:google-pro… 275 …$$oldpwd --python_out=$$oldpwd --php_out=$$oldpwd --js_out=import_style=commonjs,binary:$$oldpwd $… 276 …a_out=$$oldpwd --objc_out=. --python_out=$$oldpwd --js_out=import_style=commonjs,binary:$$oldpwd $… 277 …$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd --js_out=import_style=commonjs,binary:$$oldpwd/g…
|
/third_party/typescript/tests/cases/conformance/jsx/jsxs/ |
D | jsxJsxsCjsTransformSubstitutesNames.tsx | 3 // @module: commonjs
|
D | jsxJsxsCjsTransformChildren.tsx | 3 // @module: commonjs
|