@rexeus/typeweaver 0.0.3 → 0.1.0

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.
@@ -1,19 +1,18 @@
1
1
  #!/usr/bin/env node
2
2
  import 'tsx';
3
- import './cli-CteKWdCY.js';
3
+ import './cli-Cin8VieP.js';
4
4
  import 'path';
5
+ import 'url';
6
+ import 'commander';
5
7
  import 'fs';
6
- import '@rexeus/typeweaver-core';
8
+ import '@rexeus/typeweaver-gen';
9
+ import '@rexeus/typeweaver-types';
10
+ import 'ejs';
7
11
  import 'module';
8
- import 'url';
9
- import 'process';
10
- import 'os';
11
- import 'tty';
12
12
  import 'fs/promises';
13
+ import 'process';
13
14
  import 'assert';
14
15
  import 'v8';
15
16
  import 'util';
16
- import '@rexeus/typeweaver-gen';
17
- import 'ejs';
18
- import '@rexeus/typeweaver-types';
19
- import 'commander';
17
+ import '@rexeus/typeweaver-core';
18
+ import 'zod';
@@ -1,3 +1,11 @@
1
+ /* eslint-disable */
2
+ /**
3
+ * This file was automatically generated by typeweaver.
4
+ * DO NOT EDIT. Instead, modify the source definition file and generate again.
5
+ *
6
+ * @generated by @rexeus/typeweaver
7
+ */
8
+
1
9
  <% for (const indexPath of indexPaths) { %>
2
10
  export * from "<%= indexPath %>";
3
11
  <% } %>