@gjsify/rolldown-native 0.4.40 → 0.4.42
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/rolldown-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
4
4
|
"description": "Phase D-2 POC: Vala/GObject + Rust cdylib bridge to rolldown for GJS. Wraps `rolldown::Bundler::generate()` (async, tokio) in a per-call current-thread runtime so JS sees a sync `bundle()` call. JSON-encoded BundlerOptions in, JSON-encoded BundleOutput out — the boundary stays small even though rolldown's option surface is enormous. POC scope: no JS plugins (Phase B), no watch/HMR, no incremental builds. Companion to `@gjsify/lightningcss-native`; together they remove the last two Rust-crate runtime blockers from the gjsify build pipeline (Phase D-3 unblock).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/esm/index.js",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"clear": "rm -rf lib build tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo || exit 0",
|
|
27
|
-
"check": "tsc --noEmit",
|
|
27
|
+
"check": "gjsify tsc --noEmit",
|
|
28
28
|
"init:meson": "meson setup build .",
|
|
29
29
|
"init:meson:wipe": "gjsify run init:meson --wipe",
|
|
30
30
|
"build": "gjsify run build:gjsify && gjsify run build:types",
|
|
31
31
|
"build:gjsify": "gjsify build --library 'src/ts/**/*.{ts,js}'",
|
|
32
32
|
"build:meson": "gjsify run init:meson && meson compile -C build",
|
|
33
|
-
"build:types": "tsc",
|
|
33
|
+
"build:types": "gjsify tsc",
|
|
34
34
|
"build:prebuilds": "gjsify run build:meson && mkdir -p prebuilds/linux-x86_64 && cp build/libgjsifyrolldown.so build/libgjsify_rolldown.so build/GjsifyRolldown-1.0.gir build/GjsifyRolldown-1.0.typelib prebuilds/linux-x86_64/"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@girs/gobject-2.0": "2.88.0-4.0.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@gjsify/cli": "^0.4.
|
|
50
|
+
"@gjsify/cli": "^0.4.42",
|
|
51
51
|
"@types/node": "^25.9.1",
|
|
52
52
|
"typescript": "^6.0.3"
|
|
53
53
|
},
|