Searched +full:plugin +full:- +full:commonjs (Results 1 – 17 of 17) sorted by relevance
| /external/pigweed/ |
| D | rollup.config.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 import commonjs from '@rollup/plugin-commonjs'; 16 import resolve from '@rollup/plugin-node-resolve'; 17 import pluginTypescript from '@rollup/plugin-typescript'; 19 import nodePolyfills from 'rollup-plugin-node-polyfills'; 20 import postcss from 'rollup-plugin-postcss'; 21 import sourceMaps from 'rollup-plugin-sourcemaps'; 40 commonjs(), 57 banner: '/* eslint-disable */', 66 commonjs(), [all …]
|
| D | package.json | 4 "description": "An open source collection of embedded-targeted libraries", 6 "license": "Apache-2.0", 18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error", 19 "prebuild": "rimraf dist && npm run build-protos", 20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts", 22 "dev": "rollup -c -w", 23 "rollup": "rollup -c && npm run postbuild", 25 "start": "tsc-watch --onSuccess \"rollup -c\"", 28 "test": "npm run build && jest --silent", 32 "@grpc/grpc-js": "^1.3.7", [all …]
|
| D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 17 "rollup-plugin-postcss": "^4.0.2", 18 "ts-protoc-gen": "^0.15.0" 24 "@grpc/grpc-js": "^1.3.7", 25 "@material-ui/core": "^4.12.1", 26 "@material-ui/lab": "^4.0.0-alpha.60", 27 "@rollup/plugin-commonjs": "^19.0.0", 28 "@rollup/plugin-node-resolve": "^13.3.0", [all …]
|
| /external/perfetto/ui/config/ |
| D | rollup.config.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 import commonjs from '@rollup/plugin-commonjs'; 16 import nodeResolve from '@rollup/plugin-node-resolve'; 17 import replace from 'rollup-plugin-re'; 18 import sourcemaps from 'rollup-plugin-sourcemaps'; 19 import {uglify} from 'rollup-plugin-uglify'; 42 commonjs({ 93 commonjs(),
|
| /external/cronet/third_party/protobuf/js/ |
| D | gulpfile.js | 6 execFile('sh', ['-c', command], cb); 14 '../src/google/protobuf/compiler/plugin.proto', 30 'commonjs/test6/test6.proto', 47 'commonjs/test7/test7.proto', 57 …exec(protoc + ' --js_out=one_output_file_per_input_file,binary:. -I ../src -I . ' + wellKnownTypes… 66 …exec(protoc + ' --js_out=library=testproto_libs1,binary:. -I ../src -I . ' + group1Protos.join(' … 77 …' --experimental_allow_proto3_optional --js_out=library=testproto_libs2,binary:. -I ../src -I . -… 87 …exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -… 96 …exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -… 106 'mkdir -p commonjs_out && ' + protoc + [all …]
|
| /external/perfetto/ui/ |
| D | package.json | 2 "name": "perfetto-webui", 8 "license": "Apache-2.0", 15 "@codemirror/theme-one-dark": "^6.1.2", 20 "@types/color-convert": "^1.9.0", 27 "@types/w3c-web-usb": "^1.0.6", 30 "color-convert": "^2.0.1", 32 "devtools-protocol": "0.0.1159816", 37 "jsbn-rsa": "^1.0.4", 39 "noice-json-rpc": "^1.2.0", 42 "protobufjs-cli": "^1.1.2", [all …]
|
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/pigweed/pw_ide/ts/pigweed-vscode/ |
| D | webpack.config.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 18 const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); 24 // Code web -> https://webpack.js.org/configuration/target/#target 27 // the entry point of this extension, -> 28 // https://webpack.js.org/configuration/entry-context/ 32 // the bundle is stored in the 'dist' folder (check package.json), -> 37 devtoolModuleFilenameTemplate: '../[resource-path]', 39 devtool: 'source-map', 42 // the vscode-module is created on-the-fly and must 44 // webpack'ed, -> https://webpack.js.org/configuration/externals/ [all …]
|
| /external/pigweed/pw_protobuf_compiler/ts/ |
| D | build.ts | 7 // https://www.apache.org/licenses/LICENSE-2.0 22 const googProtobufPath = require.resolve('google-protobuf'); 23 const googProtobufModule = fs.readFileSync(googProtobufPath, 'utf-8'); 27 '--proto': [String], 28 '--out': String, 31 '-p': '--proto', 34 const protos = args['--proto']; 35 const outDir = args['--out'] || 'protos'; 58 path.dirname(require.resolve('ts-protoc-gen/generate.js')), 61 'protoc-gen-ts', [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 49 * Encoding and decoding of binary format will now work properly on big-endian 51 * UTF-8 verification was fixed to properly reject surrogate code points. [all …]
|
| /external/protobuf/ |
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 44 * Refactoring java full runtime to reuse sub-message builders and prepare to [all …]
|
| /external/cronet/third_party/protobuf/benchmarks/ |
| D | Makefile.am | 25 mkdir -p 'tmp/java/src/main/java' 31 # building out-of-tree. 33 …oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/t… 37 …oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/t… 40 all_data = $$(find $$(cd $(srcdir) && pwd) -type f -name "dataset.*.pb" -not -path "$$(cd $(srcdir)… 94 …cd $(top_srcdir) && git submodule update --init -r third_party/benchmark && cd third_party/benchma… 95 && cmake -DCMAKE_BUILD_TYPE=Release && make 101 …XXFLAGS = $(NO_OPT_CXXFLAGS) $(PROTOBUF_OPT_FLAG) -Wall -Wwrite-strings -Woverloaded-virtual -Wno-… 103 bin_PROGRAMS = cpp-benchmark 107 cpp_benchmark_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)/cpp -I$(top_srcdir)/third_party/benchmark/… [all …]
|
| /external/protobuf/benchmarks/ |
| D | Makefile.am | 25 mkdir -p 'tmp/java/src/main/java' 31 # building out-of-tree. 33 …oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/t… 37 …oldpwd/../src/protoc$(EXEEXT) -I. -I$(top_srcdir)/src --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/t… 40 all_data = $$(find $$(cd $(srcdir) && pwd) -type f -name "dataset.*.pb" -not -path "$$(cd $(srcdir)… 94 …cd $(top_srcdir) && git submodule update --init -r third_party/benchmark && cd third_party/benchma… 95 && cmake -DCMAKE_BUILD_TYPE=Release && make 101 …XXFLAGS = $(NO_OPT_CXXFLAGS) $(PROTOBUF_OPT_FLAG) -Wall -Wwrite-strings -Woverloaded-virtual -Wno-… 103 bin_PROGRAMS = cpp-benchmark 107 cpp_benchmark_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)/cpp -I$(top_srcdir)/third_party/benchmark/… [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 12 * Date: 2020-05-04T22:49Z 20 // For CommonJS and CommonJS-like environments where a proper `window` 42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode 44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common 117 // becomes browsing-context connected. 119 // See https://html.spec.whatwg.org/#nonce-attributes 121 // `jQuery.globalEval` so that it can fake a nonce-containing node 197 // Return the newly-formed element set 221 return this.eq( -1 ); [all …]
|