@rexeus/typeweaver 0.3.0 → 0.3.2
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 +2 -2
- package/dist/acorn-ZFAHQIG7.js +3131 -0
- package/dist/angular-WMVKTHFF.js +3031 -0
- package/dist/babel-5QZSVJOE.js +7297 -0
- package/dist/chunk-K3NQKI34.js +10 -0
- package/dist/cli-GOSMI5D3.js +34642 -0
- package/dist/cli.js +1 -1
- package/dist/entry.js +4 -3
- package/dist/estree-Y36AM62I.js +4613 -0
- package/dist/flow-7LH7X5GA.js +27547 -0
- package/dist/glimmer-CBYXJR5M.js +2895 -0
- package/dist/graphql-KKVSZXX7.js +1267 -0
- package/dist/html-M3WOAMIJ.js +2927 -0
- package/dist/index.js +1 -1
- package/dist/markdown-X6DQGEVV.js +3552 -0
- package/dist/meriyah-GWPOVAHY.js +2685 -0
- package/dist/postcss-N2W7KQ6Q.js +5081 -0
- package/dist/{tsx-loader-H3LYLQCE.js → tsx-loader-3QUDYASH.js} +2 -0
- package/dist/typescript-IYJMK2NE.js +13204 -0
- package/dist/yaml-5FEMTYXO.js +4225 -0
- package/package.json +7 -7
- package/dist/entry.cjs +0 -116942
- package/dist/entry.d.cts +0 -2
- package/dist/entry.d.ts +0 -2
- /package/dist/{chunk-Q6MQC6UP.js → chunk-4ST7XK4F.js} +0 -0
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ npx typeweaver generate --input ./api/definition --output ./api/generated --plug
|
|
|
77
77
|
pnpx typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
|
|
78
78
|
|
|
79
79
|
# Deno
|
|
80
|
-
|
|
80
|
+
deno run -A npm:@rexeus/typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
|
|
81
81
|
|
|
82
82
|
# Bun
|
|
83
83
|
bunx typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
|
|
@@ -118,7 +118,7 @@ Then run:
|
|
|
118
118
|
npx typeweaver generate --config ./typeweaver.config.js
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
> Replace `npx` with `pnpx`, `
|
|
121
|
+
> Replace `npx` with `pnpx`, `deno run -A npm:@rexeus/typeweaver`, or `bunx` depending on your runtime.
|
|
122
122
|
|
|
123
123
|
## 🌱 Get Started
|
|
124
124
|
|