@ttsc/unplugin 0.10.1 → 0.11.0-dev.20260517

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 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
+ [![Sponsors](https://raw.githubusercontent.com/samchon/sponsor-images/refs/heads/master/public/circle.svg)](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).
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var fs = require('node:fs');
4
3
  var crypto = require('node:crypto');
4
+ var fs = require('node:fs');
5
5
  var os = require('node:os');
6
6
  var path = require('node:path');
7
7
  var ttsc = require('ttsc');
@@ -1,5 +1,5 @@
1
- import fs from 'node:fs';
2
1
  import crypto from 'node:crypto';
2
+ import fs from 'node:fs';
3
3
  import os from 'node:os';
4
4
  import path from 'node:path';
5
5
  import { TtscCompiler } from 'ttsc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/unplugin",
3
- "version": "0.10.1",
3
+ "version": "0.11.0-dev.20260517",
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.20260510.1",
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.10.1"
102
+ "ttsc": "0.11.0-dev.20260517"
103
103
  },
104
104
  "repository": {
105
105
  "type": "git",
@@ -1,5 +1,5 @@
1
- import fs from "node:fs";
2
1
  import crypto from "node:crypto";
2
+ import fs from "node:fs";
3
3
  import os from "node:os";
4
4
  import path from "node:path";
5
5
  import type {