typia 13.0.0-dev.20260701.1 → 13.0.0-dev.20260703.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.
@@ -0,0 +1,7 @@
1
+ import * as commander from 'commander';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(commander);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=_commander.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commander.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -2,5 +2,34 @@ function getDefaultExportFromCjs (x) {
2
2
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
3
  }
4
4
 
5
- export { getDefaultExportFromCjs };
5
+ function getAugmentedNamespace(n) {
6
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
7
+ var f = n.default;
8
+ if (typeof f == "function") {
9
+ var a = function a () {
10
+ var isInstance = false;
11
+ try {
12
+ isInstance = this instanceof a;
13
+ } catch {}
14
+ if (isInstance) {
15
+ return Reflect.construct(f, arguments, this.constructor);
16
+ }
17
+ return f.apply(this, arguments);
18
+ };
19
+ a.prototype = f.prototype;
20
+ } else a = {};
21
+ Object.defineProperty(a, '__esModule', {value: true});
22
+ Object.keys(n).forEach(function (k) {
23
+ var d = Object.getOwnPropertyDescriptor(n, k);
24
+ Object.defineProperty(a, k, d.get ? d : {
25
+ enumerable: true,
26
+ get: function () {
27
+ return n[k];
28
+ }
29
+ });
30
+ });
31
+ return a;
32
+ }
33
+
34
+ export { getAugmentedNamespace, getDefaultExportFromCjs };
6
35
  //# sourceMappingURL=_commonjsHelpers.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"_commonjsHelpers.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"_commonjsHelpers.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as inquirer from 'inquirer';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$2 = /*@__PURE__*/getAugmentedNamespace(inquirer);
5
+
6
+ export { require$$2 as default };
7
+ //# sourceMappingURL=_inquirer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_inquirer.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as node_child_process from 'node:child_process';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(node_child_process);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=_node_child_process.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_node_child_process.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as node_fs from 'node:fs';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(node_fs);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=_node_fs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_node_fs.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as node_module from 'node:module';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(node_module);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=_node_module.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_node_module.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as node_path from 'node:path';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(node_path);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=_node_path.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_node_path.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as randexp from 'randexp';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(randexp);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=_randexp.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_randexp.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as tinyglobby from 'tinyglobby';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$5 = /*@__PURE__*/getAugmentedNamespace(tinyglobby);
5
+
6
+ export { require$$5 as default };
7
+ //# sourceMappingURL=_tinyglobby.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_tinyglobby.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -1,10 +1,10 @@
1
1
  import { __exports as TypiaGenerateWizard$2 } from '../_virtual/TypiaGenerateWizard.mjs';
2
- import require$$0 from 'commander';
3
- import require$$1 from 'node:fs';
4
- import require$$2 from 'inquirer';
5
- import require$$3 from 'node:module';
6
- import require$$2$1 from 'node:path';
7
- import require$$5 from 'tinyglobby';
2
+ import require$$0 from '../_virtual/_commander.mjs';
3
+ import require$$1 from '../_virtual/_node_fs.mjs';
4
+ import require$$2 from '../_virtual/_inquirer.mjs';
5
+ import require$$0$1 from '../_virtual/_node_module.mjs';
6
+ import require$$1$1 from '../_virtual/_node_path.mjs';
7
+ import require$$5 from '../_virtual/_tinyglobby.mjs';
8
8
 
9
9
 
10
10
  // -- Shims --
@@ -46,8 +46,8 @@ var TypiaGenerateWizard_2 = TypiaGenerateWizard$2.TypiaGenerateWizard = void 0;
46
46
  const commander_1 = require$$0;
47
47
  const fs_1 = __importDefault(require$$1);
48
48
  const inquirer_1 = __importDefault(require$$2);
49
- const module_1 = require$$3;
50
- const path_1 = __importDefault(require$$2$1);
49
+ const module_1 = require$$0$1;
50
+ const path_1 = __importDefault(require$$1$1);
51
51
  const tinyglobby_1 = require$$5;
52
52
  var TypiaGenerateWizard;
53
53
  (function (TypiaGenerateWizard) {
@@ -1,13 +1,13 @@
1
1
  import { __exports as ttsc } from '../../_virtual/ttsc.mjs';
2
- import require$$0 from 'node:child_process';
3
- import require$$1 from 'node:fs';
4
- import require$$2 from 'node:path';
2
+ import require$$0 from '../../_virtual/_node_child_process.mjs';
3
+ import require$$1$1 from '../../_virtual/_node_fs.mjs';
4
+ import require$$1 from '../../_virtual/_node_path.mjs';
5
5
 
6
6
  var _a, _b;
7
7
  Object.defineProperty(ttsc, "__esModule", { value: true });
8
8
  const { spawnSync } = require$$0;
9
- const fs = require$$1;
10
- const path = require$$2;
9
+ const fs = require$$1$1;
10
+ const path = require$$1;
11
11
  const packageRoot = path.resolve(path.dirname(path.resolve((_a = process.argv[1]) !== null && _a !== void 0 ? _a : "")), "..", "..", "..");
12
12
  const nativeProject = path.resolve(packageRoot, "native");
13
13
  const nativeEntrypoint = path.resolve(nativeProject, "cmd", "ttsc-typia", "main.go");
@@ -1 +1 @@
1
- {"version":3,"file":"ttsc2.mjs","sources":["ttsc.js"],"sourcesContent":["\"use strict\";\nvar _a, _b;\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst { spawnSync } = require(\"node:child_process\");\nconst fs = require(\"node:fs\");\nconst path = require(\"node:path\");\nconst packageRoot = path.resolve(path.dirname(path.resolve((_a = process.argv[1]) !== null && _a !== void 0 ? _a : \"\")), \"..\", \"..\", \"..\");\nconst nativeProject = path.resolve(packageRoot, \"native\");\nconst nativeEntrypoint = path.resolve(nativeProject, \"cmd\", \"ttsc-typia\", \"main.go\");\nconst command = process.platform === \"win32\" ? \"go.exe\" : \"go\";\nconst invocationCwd = process.cwd();\nconst argv = [...process.argv.slice(2)];\nif (process.env.TYPIA_TTSC_TRANSFORM_OUTPUT === \"ts\" &&\n argv[0] === \"transform\" &&\n !argv.some((value) => value === \"--output\" || value.startsWith(\"--output=\"))) {\n argv.push(\"--output=ts\");\n}\nif (argv.length > 0 &&\n needsCwd(argv[0]) &&\n !argv.some((value) => value === \"--cwd\" || value.startsWith(\"--cwd=\"))) {\n argv.push(`--cwd=${invocationCwd}`);\n}\nconst hasSourceEntrypoint = fs.existsSync(nativeEntrypoint);\nif (!hasSourceEntrypoint) {\n process.stderr.write(\"ttsc-typia: backend source is missing. Expected native/cmd/ttsc-typia/main.go inside the typia package.\\n\");\n process.exitCode = 1;\n}\nelse {\n const result = spawnSync(command, [\"run\", \"./cmd/ttsc-typia\", ...argv], {\n cwd: nativeProject,\n env: process.env,\n stdio: \"inherit\",\n windowsHide: true,\n });\n if (result.error) {\n process.stderr.write(`ttsc-typia: failed to launch source backend via ${command}: ${result.error.message}\\n`);\n process.exitCode = 1;\n }\n else {\n process.exitCode = (_b = result.status) !== null && _b !== void 0 ? _b : 1;\n }\n}\nfunction needsCwd(commandName) {\n return (commandName === \"build\" ||\n commandName === \"check\" ||\n commandName === \"transform\" ||\n commandName === \"-p\" ||\n commandName === \"--project\");\n}\n//# sourceMappingURL=ttsc.js.map"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ttsc2.mjs","sources":["ttsc.js"],"sourcesContent":["\"use strict\";\nvar _a, _b;\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst { spawnSync } = require(\"node:child_process\");\nconst fs = require(\"node:fs\");\nconst path = require(\"node:path\");\nconst packageRoot = path.resolve(path.dirname(path.resolve((_a = process.argv[1]) !== null && _a !== void 0 ? _a : \"\")), \"..\", \"..\", \"..\");\nconst nativeProject = path.resolve(packageRoot, \"native\");\nconst nativeEntrypoint = path.resolve(nativeProject, \"cmd\", \"ttsc-typia\", \"main.go\");\nconst command = process.platform === \"win32\" ? \"go.exe\" : \"go\";\nconst invocationCwd = process.cwd();\nconst argv = [...process.argv.slice(2)];\nif (process.env.TYPIA_TTSC_TRANSFORM_OUTPUT === \"ts\" &&\n argv[0] === \"transform\" &&\n !argv.some((value) => value === \"--output\" || value.startsWith(\"--output=\"))) {\n argv.push(\"--output=ts\");\n}\nif (argv.length > 0 &&\n needsCwd(argv[0]) &&\n !argv.some((value) => value === \"--cwd\" || value.startsWith(\"--cwd=\"))) {\n argv.push(`--cwd=${invocationCwd}`);\n}\nconst hasSourceEntrypoint = fs.existsSync(nativeEntrypoint);\nif (!hasSourceEntrypoint) {\n process.stderr.write(\"ttsc-typia: backend source is missing. Expected native/cmd/ttsc-typia/main.go inside the typia package.\\n\");\n process.exitCode = 1;\n}\nelse {\n const result = spawnSync(command, [\"run\", \"./cmd/ttsc-typia\", ...argv], {\n cwd: nativeProject,\n env: process.env,\n stdio: \"inherit\",\n windowsHide: true,\n });\n if (result.error) {\n process.stderr.write(`ttsc-typia: failed to launch source backend via ${command}: ${result.error.message}\\n`);\n process.exitCode = 1;\n }\n else {\n process.exitCode = (_b = result.status) !== null && _b !== void 0 ? _b : 1;\n }\n}\nfunction needsCwd(commandName) {\n return (commandName === \"build\" ||\n commandName === \"check\" ||\n commandName === \"transform\" ||\n commandName === \"-p\" ||\n commandName === \"--project\");\n}\n//# sourceMappingURL=ttsc.js.map"],"names":["require$$1","require$$2"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { __exports as _randomPattern$1 } from '../_virtual/_randomPattern.mjs';
2
- import require$$0 from 'randexp';
2
+ import require$$0 from '../_virtual/_randexp.mjs';
3
3
 
4
4
  var __importDefault = (_randomPattern$1 && _randomPattern$1.__importDefault) || function (mod) {
5
5
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -1,14 +1,14 @@
1
1
  import { __exports as transform } from './_virtual/transform.mjs';
2
- import require$$3 from 'node:module';
3
- import require$$2 from 'node:path';
2
+ import require$$0 from './_virtual/_node_module.mjs';
3
+ import require$$1 from './_virtual/_node_path.mjs';
4
4
 
5
5
  var __importDefault = (transform && transform.__importDefault) || function (mod) {
6
6
  return (mod && mod.__esModule) ? mod : { "default": mod };
7
7
  };
8
8
  Object.defineProperty(transform, "__esModule", { value: true });
9
9
  var createTtscPlugin_1 = transform.createTtscPlugin = createTtscPlugin;
10
- const node_module_1 = require$$3;
11
- const node_path_1 = __importDefault(require$$2);
10
+ const node_module_1 = require$$0;
11
+ const node_path_1 = __importDefault(require$$1);
12
12
  function createTtscPlugin(context) {
13
13
  // ttsc loads this descriptor as ESM, where the ambient `require` is
14
14
  // unavailable; anchor a CJS resolver on the consuming project to locate
@@ -1 +1 @@
1
- {"version":3,"file":"transform2.mjs","sources":["transform.js"],"sourcesContent":["\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.createTtscPlugin = createTtscPlugin;\nconst node_module_1 = require(\"node:module\");\nconst node_path_1 = __importDefault(require(\"node:path\"));\nfunction createTtscPlugin(context) {\n // ttsc loads this descriptor as ESM, where the ambient `require` is\n // unavailable; anchor a CJS resolver on the consuming project to locate\n // typia's own package root (not the project root, which has no `native/`).\n const requireFrom = (0, node_module_1.createRequire)(node_path_1.default.join(context.projectRoot, \"package.json\"));\n const root = node_path_1.default.dirname(requireFrom.resolve(\"typia/package.json\"));\n return {\n name: \"typia\",\n source: node_path_1.default.resolve(root, \"native\", \"cmd\", \"ttsc-typia\"),\n };\n}\nexports.default = createTtscPlugin;\n//# sourceMappingURL=transform.js.map"],"names":["this","require$$0","require$$1"],"mappings":";;;;AACA,IAAI,eAAe,GAAG,CAACA,SAAI,IAAIA,SAAI,CAAC,eAAe,KAAK,UAAU,GAAG,EAAE;AACvE,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE;AAC7D,CAAC;AACD,MAAM,CAAC,cAAc,CAAC,SAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,IAAA,kBAAA,GAAA,SAAA,CAAA,gBAAwB,GAAG;AAC3B,MAAM,aAAa,GAAGC,UAAsB;AAC5C,MAAM,WAAW,GAAG,eAAe,CAACC,UAAoB,CAAC;AACzD,SAAS,gBAAgB,CAAC,OAAO,EAAE;AACnC;AACA;AACA;AACA,IAAI,MAAM,WAAW,GAAG,IAAI,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;AACvH,IAAI,MAAM,IAAI,GAAG,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;AACvF,IAAI,OAAO;AACX,QAAQ,IAAI,EAAE,OAAO;AACrB,QAAQ,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,CAAC;AAChF,KAAK;AACL;AACA,IAAA,QAAA,GAAA,SAAA,CAAA,OAAe,GAAG;;;;"}
1
+ {"version":3,"file":"transform2.mjs","sources":["transform.js"],"sourcesContent":["\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.createTtscPlugin = createTtscPlugin;\nconst node_module_1 = require(\"node:module\");\nconst node_path_1 = __importDefault(require(\"node:path\"));\nfunction createTtscPlugin(context) {\n // ttsc loads this descriptor as ESM, where the ambient `require` is\n // unavailable; anchor a CJS resolver on the consuming project to locate\n // typia's own package root (not the project root, which has no `native/`).\n const requireFrom = (0, node_module_1.createRequire)(node_path_1.default.join(context.projectRoot, \"package.json\"));\n const root = node_path_1.default.dirname(requireFrom.resolve(\"typia/package.json\"));\n return {\n name: \"typia\",\n source: node_path_1.default.resolve(root, \"native\", \"cmd\", \"ttsc-typia\"),\n };\n}\nexports.default = createTtscPlugin;\n//# sourceMappingURL=transform.js.map"],"names":["this"],"mappings":";;;;AACA,IAAI,eAAe,GAAG,CAACA,SAAI,IAAIA,SAAI,CAAC,eAAe,KAAK,UAAU,GAAG,EAAE;AACvE,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE;AAC7D,CAAC;AACD,MAAM,CAAC,cAAc,CAAC,SAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,IAAA,kBAAA,GAAA,SAAA,CAAA,gBAAwB,GAAG;AAC3B,MAAM,aAAa,GAAG,UAAsB;AAC5C,MAAM,WAAW,GAAG,eAAe,CAAC,UAAoB,CAAC;AACzD,SAAS,gBAAgB,CAAC,OAAO,EAAE;AACnC;AACA;AACA;AACA,IAAI,MAAM,WAAW,GAAG,IAAI,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;AACvH,IAAI,MAAM,IAAI,GAAG,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;AACvF,IAAI,OAAO;AACX,QAAQ,IAAI,EAAE,OAAO;AACrB,QAAQ,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,CAAC;AAChF,KAAK;AACL;AACA,IAAA,QAAA,GAAA,SAAA,CAAA,OAAe,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "13.0.0-dev.20260701.1",
3
+ "version": "13.0.0-dev.20260703.1",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "exports": {
@@ -50,8 +50,8 @@
50
50
  "inquirer": "^8.2.5",
51
51
  "randexp": "^0.5.3",
52
52
  "tinyglobby": "^0.2.12",
53
- "@typia/interface": "^13.0.0-dev.20260701.1",
54
- "@typia/utils": "^13.0.0-dev.20260701.1"
53
+ "@typia/interface": "^13.0.0-dev.20260703.1",
54
+ "@typia/utils": "^13.0.0-dev.20260703.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@rollup/plugin-commonjs": "^29.0.0",