@ttsc/unplugin 0.10.2 → 0.11.0-dev.20260518
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/README.md +8 -0
- package/lib/core/transform.js +1 -1
- package/lib/core/transform.mjs +1 -1
- package/package.json +3 -3
- package/src/core/transform.ts +1 -1
package/README.md
CHANGED
|
@@ -282,6 +282,14 @@ const options: TtscUnpluginOptions = {
|
|
|
282
282
|
- `compilerOptions`: temporary override layered on the selected project config.
|
|
283
283
|
- `plugins`: direct `ttsc` plugin list override, or `false` to disable plugins.
|
|
284
284
|
|
|
285
|
+
## Sponsors
|
|
286
|
+
|
|
287
|
+
[](https://github.com/sponsors/samchon)
|
|
288
|
+
|
|
289
|
+
Thanks for your support.
|
|
290
|
+
|
|
291
|
+
Your [donation](https://github.com/sponsors/samchon) encourages `ttsc` development.
|
|
292
|
+
|
|
285
293
|
## References
|
|
286
294
|
|
|
287
295
|
Inspired by [`@ryoppippi/unplugin-typia`](https://github.com/ryoppippi/unplugin-typia).
|
package/lib/core/transform.js
CHANGED
package/lib/core/transform.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/unplugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0-dev.20260518",
|
|
4
4
|
"description": "Bundler adapters for ttsc plugins.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
90
90
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
91
91
|
"@types/node": "^25.3.0",
|
|
92
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
92
|
+
"@typescript/native-preview": "7.0.0-dev.20260515.1",
|
|
93
93
|
"esbuild": "^0.25.12",
|
|
94
94
|
"rimraf": "^6.1.2",
|
|
95
95
|
"rollup": "^4.60.3",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"tslib": "^2.8.1",
|
|
100
100
|
"typescript": "^6.0.3",
|
|
101
101
|
"vite": "^7.1.12",
|
|
102
|
-
"ttsc": "0.
|
|
102
|
+
"ttsc": "0.11.0-dev.20260518"
|
|
103
103
|
},
|
|
104
104
|
"repository": {
|
|
105
105
|
"type": "git",
|