Home
last modified time | relevance | path

Searched refs:commonjs (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.sh41 $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/
DimportCallExpressionErrorInES2015.errors.txt1 … 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'…
DtypedefCrossModule.symbols1 === 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"/>
DimportCallExpressionNestedES2015.errors.txt1 … 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'…
DimportCallExpressionNestedES20152.errors.txt1 … 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'…
Des5-commonjs.symbols1 === 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))
DtypedefCrossModule.types1 === 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"/>
DrequireOfJsonFileWithModuleNodeResolutionEmitSystem.errors.txt1 …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'…
DrequireOfJsonFileWithModuleNodeResolutionEmitUmd.errors.txt1 …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'…
DrequireOfJsonFileWithModuleNodeResolutionEmitNone.errors.txt1 …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'…
DalwaysStrictModule4.types2 // Module commonjs
DalwaysStrictModule4.symbols2 // Module commonjs
Des5-commonjs.types1 === tests/cases/compiler/es5-commonjs.ts ===
/third_party/node/test/es-module/
Dtest-esm-specifiers.mjs9 import commonjs from '../fixtures/es-module-specifiers/package-type-commonjs';
16 assert.strictEqual(commonjs, 'commonjs');
42 'package-type-commonjs',
Dtest-esm-specifiers-legacy-flag.mjs6 import commonjs from '../fixtures/es-module-specifiers/package-type-commonjs';
15 assert.strictEqual(commonjs, 'commonjs');
/third_party/typescript/tests/baselines/reference/transpile/
DReport an error when compiler-options target-script is out-of-range.errors.txt1 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…
DReport an error when compiler-options target-script is out-of-range.oldTranspile.errors.txt1 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…
DReport an error when compiler-options module-kind is out-of-range.oldTranspile.errors.txt1 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…
DReport an error when compiler-options module-kind is out-of-range.errors.txt1 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/
Drollup.config.js4 const commonjs = require('@rollup/plugin-commonjs'); constant
47 commonjs(),
/third_party/jsframework/
Dbuild_strip_native_min.js24 const commonjs = require('rollup-plugin-commonjs'); constant
68 commonjs(),
/third_party/typescript/tests/baselines/reference/docker/
Doffice-ui-fabric.log31 …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/
DMakefile.am263 …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/
DjsxJsxsCjsTransformSubstitutesNames.tsx3 // @module: commonjs
DjsxJsxsCjsTransformChildren.tsx3 // @module: commonjs

1234