Home
last modified time | relevance | path

Searched +full:plugin +full:- +full:commonjs (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/pigweed/
H A Drollup.config.js7 // 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';
22 import terser from '@rollup/plugin-terser';
38 commonjs(),
71 commonjs(),
[all …]
H A Drollup-protos.config.js7 // 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 sourceMaps from 'rollup-plugin-sourcemaps';
38 commonjs(),
59 commonjs(),
H A Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
18 "prebuild": "rimraf dist && npm run build-protos",
19 "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js",
21 "dev": "rollup -c -w",
22 "rollup": "rollup -c && npm run postbuild",
24 "start": "tsc-watch --onSuccess \"rollup -c\"",
25 "check": "eslint . --ext .ts",
26 "fix": "eslint . --ext .ts --fix",
27 "test": "npm run build && jest --silent",
[all …]
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
/aosp_15_r20/external/perfetto/ui/config/
H A Drollup.config.js7 // http://www.apache.org/licenses/LICENSE-2.0
15 const {uglify} = require('rollup-plugin-uglify');
16 const commonjs = require('@rollup/plugin-commonjs'); constant
17 const nodeResolve = require('@rollup/plugin-node-resolve');
19 const replace = require('rollup-plugin-re');
20 const sourcemaps = require('rollup-plugin-sourcemaps');
42 commonjs({
97 commonjs(),
/aosp_15_r20/external/perfetto/ui/
H A Dpackage.json2 "name": "perfetto-webui",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
21 "@types/color-convert": "^2.0.3",
28 "@types/w3c-web-usb": "^1.0.10",
30 "color-convert": "^2.0.1",
31 "devtools-protocol": "0.0.1319565",
37 "jsbn-rsa": "^1.0.4",
39 "noice-json-rpc": "^1.2.0",
42 "protobufjs-cli": "^1.1.2",
[all …]
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dwebpack.config.js7 // https://www.apache.org/licenses/LICENSE-2.0
18 const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');
26 // the entry point of this extension, �� ->
27 // https://webpack.js.org/configuration/entry-context/
31 // the bundle is stored in the 'dist' folder (check package.json), �� ->
36 devtoolModuleFilenameTemplate: '../[resource-path]',
38 devtool: 'source-map',
41 // the vscode-module is created on-the-fly and must
43 // webpack'ed, �� -> https://webpack.js.org/configuration/externals/
44 vscode: 'commonjs vscode',
[all …]
/aosp_15_r20/external/pigweed/pw_protobuf_compiler/ts/
H A Dbuild.ts7 // https://www.apache.org/licenses/LICENSE-2.0
19 const googProtobufPath = require.resolve('google-protobuf');
20 const googProtobufModule = fs.readFileSync(googProtobufPath, 'utf-8');
59 path.dirname(require.resolve('ts-protoc-gen/generate.js')),
61 'protoc-gen-ts',
65 const protocBinary = require.resolve('@protobuf-ts/protoc/protoc.js');
70 `--plugin="protoc-gen-ts=${PROTOC_GEN_TS_PATH}"`,
71 `--descriptor_set_out=${path.join(outDir, 'descriptor.bin')}`,
72 `--js_out=import_style=commonjs,binary:${outDir}`,
73 `--ts_out=${outDir}`,
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/development/tools/ota_analysis/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/
H A DCHANGES.txt1 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 …]
/aosp_15_r20/external/protobuf/
H A DCHANGES.txt1 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 …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2 "name": "netsim-app",
8 "name": "netsim-app",
17 "@custom-elements-manifest/analyzer": "^0.4.17",
18 "@open-wc/building-rollup": "^2.2.1",
19 "@open-wc/eslint-config": "^4.3.0",
20 "@open-wc/testing": "next",
21 "@rollup/plugin-node-resolve": "^15.0.1",
22 "@typescript-eslint/eslint-plugin": "^4.33.0",
23 "@typescript-eslint/parser": "^4.33.0",
24 "@web/dev-server": "^0.1.28",
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/
H A DMakefile.am25 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 …]
/aosp_15_r20/external/protobuf/benchmarks/
H A DMakefile.am25 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 …]
/aosp_15_r20/external/jspecify/docs/
H A Dpackage-lock.json12 "@docusaurus/preset-classic": "3.4.0",
13 "@mdx-js/react": "^3.0.0",
15 "prism-react-renderer": "^2.3.0",
17 "react-dom": "^18.0.0"
20 "@docusaurus/module-type-aliases": "3.4.0",
27 "node_modules/@algolia/autocomplete-core": {
29 … "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz",
30 …"integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL…
33 "@algolia/autocomplete-plugin-algolia-insights": "1.9.3",
34 "@algolia/autocomplete-shared": "1.9.3"
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dpackage-lock.json19 "@angular/platform-browser": "^14.0.0",
20 "@angular/platform-browser-dynamic": "^14.0.0",
22 "@auth0/auth0-angular": "^1.10.0",
28 "gl-matrix": "^3.4.3",
29 "html-loader": "^3.1.0",
32 "jsbn-rsa": "^1.0.4",
35 "style-loader": "^3.3.1",
37 "ts-loader": "^9.3.0",
40 "webgl-utils": "^1.0.1",
41 "webgl-utils.js": "^1.1.0",
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js12 * 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 …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js12 * 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 …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js12 * 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 …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js12 * 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 …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/
HDkotlin-compiler-mvn.jar ... META-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common.kotlin_module ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/31.7.0-alpha07/
HDkotlin-compiler-31.7.0-alpha07.jar ... META-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common.kotlin_module ...

12