Home
last modified time | relevance | path

Searched +full:rollup +full:- +full:plugin +full:- +full:sourcemaps (Results 1 – 9 of 9) sorted by relevance

/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';
42 sourceMaps(),
74 sourceMaps(),
[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';
41 sourceMaps(),
62 sourceMaps(),
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",
20 "build": "npm run rollup",
21 "dev": "rollup -c -w",
22 "rollup": "rollup -c && npm run postbuild", string
24 "start": "tsc-watch --onSuccess \"rollup -c\"",
25 "check": "eslint . --ext .ts",
26 "fix": "eslint . --ext .ts --fix",
[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');
17 const nodeResolve = require('@rollup/plugin-node-resolve');
19 const replace = require('rollup-plugin-re');
20 const sourcemaps = require('rollup-plugin-sourcemaps'); constant
60 sourcemaps(),
98 sourcemaps(),
/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/chromium-trace/catapult/third_party/polymer/components/shadycss/
H A Dpackage.json14 "license": "BSD-3-Clause",
16 "shady-css",
18 "shadow-css",
20 "web-components",
36 "apply-shim.html",
37 "apply-shim.min.js*",
38 "custom-style-interface.html",
39 "custom-style-interface.min.js*",
40 "scoping-shim.min.js*",
47 "@webcomponents/custom-elements": "^1.2.1",
[all …]
H A Dpackage-lock.json7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz",
19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6…
22 "@babel/code-frame": "^7.0.0",
29 "convert-source-map": "^1.1.0",
35 "source-map": "^0.5.0"
40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz",
41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn…
[all …]