Lines Matching full:js
147 `--js=${closureLib}/closure/goog/**.js`,
148 `--js=${closureLib}/third_party/closure/goog/**.js`, '--js=map.js',
149 '--js=message.js', '--js=binary/arith.js', '--js=binary/constants.js',
150 '--js=binary/decoder.js', '--js=binary/encoder.js', '--js=binary/reader.js',
151 '--js=binary/utils.js', '--js=binary/writer.js', `--js=${exportsFile}`,
160 getClosureCompilerCommand('commonjs/export.js', 'google-protobuf.js'),
172 'commonjs/export_asserts.js',
173 'commonjs_out/test_node_modules/closure_asserts_commonjs.js'),
185 'commonjs/export_testdeps.js',
186 'commonjs_out/test_node_modules/testdeps_commonjs.js'),
209 cmd += 'node commonjs/rewrite_tests_for_commonjs.js < ' + file +
213 glob.sync('*_test.js').forEach(addTestFile);
214 glob.sync('binary/*_test.js').forEach(addTestFile);
218 'cp google-protobuf.js commonjs_out/test_node_modules && ' +
219 'cp commonjs/strict_test.js commonjs_out/strict_test.js &&' +
220 'cp commonjs/import_test.js commonjs_out/import_test.js',
237 …js binary/arith.js binary/constants.js binary/decoder.js binary/encoder.js binary/reader.js binary…