Searched +full:plugin +full:- +full:commonjs (Results 1 – 25 of 31) sorted by relevance
12
7 // https://www.apache.org/licenses/LICENSE-2.015 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 …]
7 // https://www.apache.org/licenses/LICENSE-2.015 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(),
4 "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 …]
10 "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 …]
7 // http://www.apache.org/licenses/LICENSE-2.015 const {uglify} = require('rollup-plugin-uglify');16 const commonjs = require('@rollup/plugin-commonjs'); constant17 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(),
2 "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 …]
23 '@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 …]
7 // https://www.apache.org/licenses/LICENSE-2.018 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 must43 // webpack'ed, -> https://webpack.js.org/configuration/externals/44 vscode: 'commonjs vscode',[all …]
7 // https://www.apache.org/licenses/LICENSE-2.019 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 …]
13 "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 …]
13 "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 …]
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 …]
2 "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 …]
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 && make101 …XXFLAGS = $(NO_OPT_CXXFLAGS) $(PROTOBUF_OPT_FLAG) -Wall -Wwrite-strings -Woverloaded-virtual -Wno-…103 bin_PROGRAMS = cpp-benchmark107 cpp_benchmark_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)/cpp -I$(top_srcdir)/third_party/benchmark/…[all …]
12 "@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 …]
2 "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 …]
19 "@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 …]
12 * Date: 2020-05-04T22:49Z20 // 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.143 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common117 // becomes browsing-context connected.119 // See https://html.spec.whatwg.org/#nonce-attributes121 // `jQuery.globalEval` so that it can fake a nonce-containing node197 // Return the newly-formed element set221 return this.eq( -1 );[all …]
... META-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common.kotlin_module ...