rolldown 0.13.2-snapshot-399a25f-20241001003514 → 0.13.2-snapshot-2f0cbd0-20241003003248
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/LICENSE +1 -1
- package/dist/cjs/cli.cjs +3 -5
- package/dist/cjs/experimental-index.cjs +2 -3
- package/dist/cjs/index.cjs +1 -13
- package/dist/cjs/parallel-plugin-worker.cjs +2 -2
- package/dist/esm/cli.mjs +2 -4
- package/dist/esm/experimental-index.mjs +1 -2
- package/dist/esm/index.mjs +1 -13
- package/dist/esm/parallel-plugin-worker.mjs +1 -1
- package/dist/shared/{consola.36c0034f-eps_ogJv.cjs → consola.36c0034f-HcmWcfPe.cjs} +2 -2
- package/dist/shared/{consola.36c0034f-m5cABVv4.mjs → consola.36c0034f-Xyw7SC_7.mjs} +1 -1
- package/dist/shared/{prompt-Ah5G71p-.cjs → prompt-9Ij3R3TG.cjs} +2 -2
- package/dist/shared/{prompt-9VjtYvi_.mjs → prompt-hoPhcrA-.mjs} +1 -1
- package/dist/shared/{plugin-context-data-VVowUTM-.mjs → src_index-UMq8n9Gw.mjs} +1050 -15
- package/dist/shared/{plugin-context-data-kIS77vrH.cjs → src_index-hPmzLA6r.cjs} +1069 -30
- package/dist/types/log/logger.d.ts +6 -0
- package/package.json +14 -14
- package/dist/shared/package-8qJYyGdm.cjs +0 -11
- package/dist/shared/package-unZcnfG9.mjs +0 -9
- package/dist/shared/rolldown-HjixKsZl.cjs +0 -1026
- package/dist/shared/rolldown-Q8ZQkBs0.mjs +0 -1010
- /package/dist/shared/{chunk-gQ4GMlVi.cjs → chunk-JoMxl5V2.cjs} +0 -0
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2024-present
|
|
3
|
+
Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/cjs/cli.cjs
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const { __export, __toESM } = require("../shared/chunk-
|
|
4
|
-
const { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, arraify } = require("../shared/
|
|
5
|
-
const {
|
|
6
|
-
const { description, version } = require("../shared/package-8qJYyGdm.cjs");
|
|
7
|
-
const { createConsola } = require("../shared/consola.36c0034f-eps_ogJv.cjs");
|
|
3
|
+
const { __export, __toESM } = require("../shared/chunk-JoMxl5V2.cjs");
|
|
4
|
+
const { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, arraify, description, rolldown, version } = require("../shared/src_index-hPmzLA6r.cjs");
|
|
5
|
+
const { createConsola } = require("../shared/consola.36c0034f-HcmWcfPe.cjs");
|
|
8
6
|
const { default: nodePath } = __toESM(require("node:path"));
|
|
9
7
|
const { ZodFirstPartyTypeKind, ZodFirstPartyTypeKind: ZodFirstPartyTypeKind$1, ZodFirstPartyTypeKind: ZodFirstPartyTypeKind$2, z, z: z$1, z: z$2, z: z$3 } = __toESM(require("zod"));
|
|
10
8
|
const { default: process$1, env } = __toESM(require("node:process"));
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const { __toESM } = require("../shared/chunk-
|
|
4
|
-
const { require_binding } = require("../shared/
|
|
5
|
-
const { aliasPlugin, buildImportAnalysisPlugin, composeJsPlugins, dynamicImportVarsPlugin, experimental_scan, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, replacePlugin, transformPlugin, wasmFallbackPlugin, wasmHelperPlugin } = require("../shared/rolldown-HjixKsZl.cjs");
|
|
3
|
+
const { __toESM } = require("../shared/chunk-JoMxl5V2.cjs");
|
|
4
|
+
const { aliasPlugin, buildImportAnalysisPlugin, composeJsPlugins, dynamicImportVarsPlugin, experimental_scan, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, replacePlugin, require_binding, transformPlugin, wasmFallbackPlugin, wasmHelperPlugin } = require("../shared/src_index-hPmzLA6r.cjs");
|
|
6
5
|
const { pathToFileURL } = __toESM(require("node:url"));
|
|
7
6
|
|
|
8
7
|
//#region src/plugin/parallel-plugin.ts
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("../shared/
|
|
4
|
-
const { rolldown } = require("../shared/rolldown-HjixKsZl.cjs");
|
|
5
|
-
const { version } = require("../shared/package-8qJYyGdm.cjs");
|
|
3
|
+
const { VERSION, defineConfig, rolldown } = require("../shared/src_index-hPmzLA6r.cjs");
|
|
6
4
|
|
|
7
|
-
//#region src/utils/define-config.ts
|
|
8
|
-
function defineConfig(config) {
|
|
9
|
-
return config;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
//#region src/index.ts
|
|
14
|
-
const VERSION = version;
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
5
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
18
6
|
exports.VERSION = VERSION;
|
|
19
7
|
exports.defineConfig = defineConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const { __toESM } = require("../shared/chunk-
|
|
4
|
-
const { PluginContextData, bindingifyPlugin, require_binding } = require("../shared/
|
|
3
|
+
const { __toESM } = require("../shared/chunk-JoMxl5V2.cjs");
|
|
4
|
+
const { PluginContextData, bindingifyPlugin, require_binding } = require("../shared/src_index-hPmzLA6r.cjs");
|
|
5
5
|
const { parentPort, workerData } = __toESM(require("node:worker_threads"));
|
|
6
6
|
|
|
7
7
|
//#region src/parallel-plugin-worker.ts
|
package/dist/esm/cli.mjs
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import __node_module__ from 'node:module';
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
|
-
import { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, __export, arraify } from "../shared/
|
|
4
|
-
import {
|
|
5
|
-
import { description, version } from "../shared/package-unZcnfG9.mjs";
|
|
6
|
-
import { createConsola } from "../shared/consola.36c0034f-m5cABVv4.mjs";
|
|
3
|
+
import { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, __export, arraify, description, rolldown, version } from "../shared/src_index-UMq8n9Gw.mjs";
|
|
4
|
+
import { createConsola } from "../shared/consola.36c0034f-Xyw7SC_7.mjs";
|
|
7
5
|
import { default as nodePath } from "node:path";
|
|
8
6
|
import { ZodFirstPartyTypeKind, ZodFirstPartyTypeKind as ZodFirstPartyTypeKind$1, ZodFirstPartyTypeKind as ZodFirstPartyTypeKind$2, z, z as z$1, z as z$2, z as z$3 } from "zod";
|
|
9
7
|
import { default as process$1, env } from "node:process";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import __node_module__ from 'node:module';
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
|
-
import { __toESM, require_binding } from "../shared/
|
|
4
|
-
import { aliasPlugin, buildImportAnalysisPlugin, composeJsPlugins, dynamicImportVarsPlugin, experimental_scan, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, replacePlugin, transformPlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/rolldown-Q8ZQkBs0.mjs";
|
|
3
|
+
import { __toESM, aliasPlugin, buildImportAnalysisPlugin, composeJsPlugins, dynamicImportVarsPlugin, experimental_scan, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, replacePlugin, require_binding, transformPlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src_index-UMq8n9Gw.mjs";
|
|
5
4
|
import { pathToFileURL } from "node:url";
|
|
6
5
|
|
|
7
6
|
//#region src/plugin/parallel-plugin.ts
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import __node_module__ from 'node:module';
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
|
-
import "../shared/
|
|
4
|
-
import { rolldown } from "../shared/rolldown-Q8ZQkBs0.mjs";
|
|
5
|
-
import { version } from "../shared/package-unZcnfG9.mjs";
|
|
3
|
+
import { VERSION, defineConfig, rolldown } from "../shared/src_index-UMq8n9Gw.mjs";
|
|
6
4
|
|
|
7
|
-
//#region src/utils/define-config.ts
|
|
8
|
-
function defineConfig(config) {
|
|
9
|
-
return config;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
//#region src/index.ts
|
|
14
|
-
const VERSION = version;
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
5
|
export { VERSION, defineConfig, rolldown };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import __node_module__ from 'node:module';
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
|
-
import { PluginContextData, __toESM, bindingifyPlugin, require_binding } from "../shared/
|
|
3
|
+
import { PluginContextData, __toESM, bindingifyPlugin, require_binding } from "../shared/src_index-UMq8n9Gw.mjs";
|
|
4
4
|
import { parentPort, workerData } from "node:worker_threads";
|
|
5
5
|
|
|
6
6
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const { __toESM } = require("./chunk-
|
|
3
|
+
const { __toESM } = require("./chunk-JoMxl5V2.cjs");
|
|
4
4
|
const { sep } = __toESM(require("node:path"));
|
|
5
5
|
const { default: process$1 } = __toESM(require("node:process"));
|
|
6
6
|
const { formatWithOptions } = __toESM(require("node:util"));
|
|
@@ -877,7 +877,7 @@ function createConsola(options = {}) {
|
|
|
877
877
|
defaults: {level},
|
|
878
878
|
stdout: process.stdout,
|
|
879
879
|
stderr: process.stderr,
|
|
880
|
-
prompt: (...args) => (import("./prompt-
|
|
880
|
+
prompt: (...args) => (import("./prompt-9Ij3R3TG.cjs")).then((m) => m.prompt(...args)),
|
|
881
881
|
reporters: options.reporters || [options.fancy ?? !(isCI || isTest) ? new FancyReporter() : new BasicReporter()],
|
|
882
882
|
...options
|
|
883
883
|
});
|
|
@@ -876,7 +876,7 @@ function createConsola(options = {}) {
|
|
|
876
876
|
defaults: {level},
|
|
877
877
|
stdout: process.stdout,
|
|
878
878
|
stderr: process.stderr,
|
|
879
|
-
prompt: (...args) => (import("./prompt-
|
|
879
|
+
prompt: (...args) => (import("./prompt-hoPhcrA-.mjs")).then((m) => m.prompt(...args)),
|
|
880
880
|
reporters: options.reporters || [options.fancy ?? !(isCI || isTest) ? new FancyReporter() : new BasicReporter()],
|
|
881
881
|
...options
|
|
882
882
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const { __toESM } = require("./chunk-
|
|
4
|
-
const { colors, getDefaultExportFromCjs, isUnicodeSupported } = require("./consola.36c0034f-
|
|
3
|
+
const { __toESM } = require("./chunk-JoMxl5V2.cjs");
|
|
4
|
+
const { colors, getDefaultExportFromCjs, isUnicodeSupported } = require("./consola.36c0034f-HcmWcfPe.cjs");
|
|
5
5
|
require("node:path");
|
|
6
6
|
const { stdin, stdout } = __toESM(require("node:process"));
|
|
7
7
|
require("node:util");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import __node_module__ from 'node:module';
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
|
-
import { colors, getDefaultExportFromCjs, isUnicodeSupported } from "./consola.36c0034f-
|
|
3
|
+
import { colors, getDefaultExportFromCjs, isUnicodeSupported } from "./consola.36c0034f-Xyw7SC_7.mjs";
|
|
4
4
|
import "node:path";
|
|
5
5
|
import { stdin, stdout } from "node:process";
|
|
6
6
|
import "node:util";
|