@vocab/vite 0.3.2-rollup-plugin-20251205045501 → 0.3.3-isolate-rolldown-runtime-20251217033548
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/dist/chunks.cjs +1 -1
- package/dist/chunks.d.cts +1 -1
- package/dist/chunks.d.mts +1 -1
- package/dist/chunks.mjs +2 -2
- package/dist/{get-chunk-name--NwcPw0B.d.cts → get-chunk-name-B9hhDPGC.d.mts} +1 -1
- package/dist/{get-chunk-name-DzpzznD2.d.mts → get-chunk-name-BFJ4eAqh.d.cts} +1 -1
- package/dist/{get-chunk-name-CvsXzRsB.mjs → get-chunk-name-DZJfHh0i.mjs} +1 -1
- package/dist/{get-chunk-name-CvsXzRsB.mjs.map → get-chunk-name-DZJfHh0i.mjs.map} +1 -1
- package/dist/get-chunk-name.d.cts +1 -1
- package/dist/get-chunk-name.d.mts +1 -1
- package/dist/get-chunk-name.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{logger-hC6HMnf7.mjs → logger-BqzBQmMo.mjs} +1 -1
- package/dist/{logger-hC6HMnf7.mjs.map → logger-BqzBQmMo.mjs.map} +1 -1
- package/dist/{logger-DcpFYA4Y.cjs → logger-FsdiJ8PT.cjs} +11 -7
- package/dist/{logger-DcpFYA4Y.cjs.map → logger-FsdiJ8PT.cjs.map} +1 -1
- package/dist/runtime.cjs +1 -1
- package/package.json +10 -10
package/dist/chunks.cjs
CHANGED
package/dist/chunks.d.cts
CHANGED
package/dist/chunks.d.mts
CHANGED
package/dist/chunks.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as trace } from "./logger-
|
|
2
|
-
import { t as getChunkName } from "./get-chunk-name-
|
|
1
|
+
import { t as trace } from "./logger-BqzBQmMo.mjs";
|
|
2
|
+
import { t as getChunkName } from "./get-chunk-name-DZJfHh0i.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/create-vocab-chunks.ts
|
|
5
5
|
const trace$1 = trace.extend("create-vocab-chunks");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-chunk-name-
|
|
1
|
+
{"version":3,"file":"get-chunk-name-DZJfHh0i.mjs","names":[],"sources":["../src/get-chunk-name.ts"],"sourcesContent":["export function getChunkName(lang: string) {\n return `${lang}-translations`;\n}\n"],"mappings":";AAAA,SAAgB,aAAa,MAAc;AACzC,QAAO,GAAG,KAAK"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as getChunkName } from "./get-chunk-name
|
|
1
|
+
import { t as getChunkName } from "./get-chunk-name-BFJ4eAqh.cjs";
|
|
2
2
|
export { getChunkName };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as getChunkName } from "./get-chunk-name-
|
|
1
|
+
import { t as getChunkName } from "./get-chunk-name-B9hhDPGC.mjs";
|
|
2
2
|
export { getChunkName };
|
package/dist/get-chunk-name.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_logger = require('./logger-
|
|
1
|
+
const require_logger = require('./logger-FsdiJ8PT.cjs');
|
|
2
2
|
let __vocab_core = require("@vocab/core");
|
|
3
3
|
let es_module_lexer = require("es-module-lexer");
|
|
4
4
|
es_module_lexer = require_logger.__toESM(es_module_lexer);
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as trace } from "./logger-
|
|
1
|
+
import { t as trace } from "./logger-BqzBQmMo.mjs";
|
|
2
2
|
import { compiledVocabFileFilter, getDevLanguageFileFromTsFile, loadTranslation } from "@vocab/core";
|
|
3
3
|
import * as esModuleLexer from "es-module-lexer";
|
|
4
4
|
import * as cjsModuleLexer from "cjs-module-lexer";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger-
|
|
1
|
+
{"version":3,"file":"logger-BqzBQmMo.mjs","names":[],"sources":["../src/logger.ts"],"sourcesContent":["import pc from 'picocolors';\nimport debug from 'debug';\n\nexport const trace = debug(`vocab:vite`);\n\nexport const log = (...params: unknown[]) => {\n // eslint-disable-next-line no-console\n console.log(pc.yellow('Vocab'), ...params);\n};\n"],"mappings":";;;;AAGA,MAAa,QAAQ,MAAM,aAAa"}
|
|
@@ -6,12 +6,16 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
8
|
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function")
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
+
key = keys[i];
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
+
__defProp(to, key, {
|
|
14
|
+
get: ((k) => from[k]).bind(null, key),
|
|
15
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
}
|
|
15
19
|
}
|
|
16
20
|
return to;
|
|
17
21
|
};
|
|
@@ -41,4 +45,4 @@ Object.defineProperty(exports, 'trace', {
|
|
|
41
45
|
return trace;
|
|
42
46
|
}
|
|
43
47
|
});
|
|
44
|
-
//# sourceMappingURL=logger-
|
|
48
|
+
//# sourceMappingURL=logger-FsdiJ8PT.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger-
|
|
1
|
+
{"version":3,"file":"logger-FsdiJ8PT.cjs","names":[],"sources":["../src/logger.ts"],"sourcesContent":["import pc from 'picocolors';\nimport debug from 'debug';\n\nexport const trace = debug(`vocab:vite`);\n\nexport const log = (...params: unknown[]) => {\n // eslint-disable-next-line no-console\n console.log(pc.yellow('Vocab'), ...params);\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAa,2BAAc,aAAa"}
|
package/dist/runtime.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vocab/vite",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3-isolate-rolldown-runtime-20251217033548",
|
|
4
4
|
"author": "SEEK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
"types": "./dist/index.d.cts",
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"require": "./dist/index.cjs",
|
|
17
|
+
"import": "./dist/index.mjs"
|
|
18
18
|
},
|
|
19
19
|
"./chunks": {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"require": "./dist/chunks.cjs",
|
|
21
|
+
"import": "./dist/chunks.mjs"
|
|
22
22
|
},
|
|
23
23
|
"./get-chunk-name": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"require": "./dist/get-chunk-name.cjs",
|
|
25
|
+
"import": "./dist/get-chunk-name.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./runtime": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"require": "./dist/runtime.cjs",
|
|
29
|
+
"import": "./dist/runtime.mjs"
|
|
30
30
|
},
|
|
31
31
|
"./package.json": "./package.json"
|
|
32
32
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"debug": "^4.3.1",
|
|
39
39
|
"es-module-lexer": "^1.0.0",
|
|
40
40
|
"picocolors": "^1.0.0",
|
|
41
|
-
"@vocab/core": "^1.7.
|
|
41
|
+
"@vocab/core": "^1.7.1-isolate-rolldown-runtime-20251217033548"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/debug": "^4.1.5",
|