@ttsc/unplugin 0.13.1 → 0.14.0-dev.20250530.1
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 +3 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
[](https://github.com/samchon/ttsc/blob/master/LICENSE)
|
|
6
|
-
[](https://www.npmjs.com/package/@ttsc/unplugin)
|
|
7
|
-
[](https://www.npmjs.com/package/@ttsc/unplugin)
|
|
8
|
-
[](https://github.com/samchon/ttsc/actions?query=workflow%3Atest)
|
|
9
|
-
[](https://ttsc.dev/docs)
|
|
10
|
-
[](https://discord.gg/E94XhzrUCZ)
|
|
5
|
+
[](https://github.com/samchon/ttsc/blob/master/LICENSE) [](https://www.npmjs.com/package/@ttsc/unplugin) [](https://www.npmjs.com/package/@ttsc/unplugin) [](https://github.com/samchon/ttsc/actions?query=workflow%3Atest) [](https://ttsc.dev/docs) [](https://discord.gg/E94XhzrUCZ)
|
|
11
6
|
|
|
12
7
|
Bundler adapter for `ttsc` plugins.
|
|
13
8
|
|
|
@@ -186,7 +181,7 @@ export default {
|
|
|
186
181
|
plugins: [
|
|
187
182
|
{
|
|
188
183
|
transform: "@ttsc/lint",
|
|
189
|
-
rules: {
|
|
184
|
+
rules: { noVar: "error" },
|
|
190
185
|
},
|
|
191
186
|
{
|
|
192
187
|
transform: "typia/lib/transform",
|
|
@@ -212,7 +207,7 @@ export default {
|
|
|
212
207
|
plugins: [
|
|
213
208
|
ttsc({
|
|
214
209
|
plugins: [
|
|
215
|
-
{ transform: "@ttsc/lint", rules: {
|
|
210
|
+
{ transform: "@ttsc/lint", rules: { noVar: "error" } },
|
|
216
211
|
{ transform: "typia/lib/transform" },
|
|
217
212
|
],
|
|
218
213
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/unplugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0-dev.20250530.1",
|
|
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.20260527.2",
|
|
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.14.0-dev.20250530.1"
|
|
103
103
|
},
|
|
104
104
|
"repository": {
|
|
105
105
|
"type": "git",
|