vis-dev-utils 3.0.119 → 3.0.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babel-register/index.js +26 -7
- package/babel-register/index.js.map +1 -1
- package/bin/ci-utils.js +4 -4
- package/bin/ci-utils.js.map +1 -1
- package/bin/generate-examples-index.js +695 -701
- package/bin/generate-examples-index.js.map +1 -1
- package/bin/test-e2e-interop.js +2818 -599
- package/bin/test-e2e-interop.js.map +1 -1
- package/declarations/generate-rollup-configuration/index.d.ts +2 -1
- package/declarations/generate-rollup-configuration/index.d.ts.map +1 -1
- package/dist/vis-dev-utils.cjs.js +317 -229
- package/dist/vis-dev-utils.cjs.js.map +1 -1
- package/dist/vis-dev-utils.esm.js +285 -218
- package/dist/vis-dev-utils.esm.js.map +1 -1
- package/package.json +12 -13
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type RollupOptions } from "rollup";
|
|
1
2
|
import { Target as CopyTarget } from "rollup-plugin-copy";
|
|
2
3
|
import { OptionalOptions } from "../util";
|
|
3
4
|
import { HeaderOptions } from "../header";
|
|
@@ -93,5 +94,5 @@ export interface GRCOptions {
|
|
|
93
94
|
* @returns Ready to use configuration object that can be just exported from
|
|
94
95
|
* `rollup.config.js` or mutated in any way if necessary.
|
|
95
96
|
*/
|
|
96
|
-
export declare function generateRollupConfiguration(options: OptionalOptions<GRCOptions>, mode?: "production" | "development" | "test"):
|
|
97
|
+
export declare function generateRollupConfiguration(options: OptionalOptions<GRCOptions>, mode?: "production" | "development" | "test"): Promise<RollupOptions[]>;
|
|
97
98
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/module/generate-rollup-configuration/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/module/generate-rollup-configuration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAe,MAAM,QAAQ,CAAC;AAKzD,OAAmB,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAiBtE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AA0B1C,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE;QACX;;;WAGG;QACH,MAAM,EAAE,UAAU,EAAE,CAAC;QACrB;;;WAGG;QACH,OAAO,EAAE,UAAU,EAAE,CAAC;KACvB,CAAC;IACF;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;IAC/B;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACrC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACxC,KAAK,EAAE,MAAM,EAAE,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC1C,CAAC;IACF;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AA0RD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,CAAC,UAAU,CAAC,EACpC,IAAI,GAAE,YAAY,GAAG,aAAa,GAAG,MAIrB,GACf,OAAO,CAAC,aAAa,EAAE,CAAC,CAmV1B"}
|