robuild 0.0.13 → 0.0.15
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 +1 -1
- package/dist/_chunks/{build-C9gSlxzR.mjs → build-BzBhuQnI.mjs} +397 -684
- package/dist/_chunks/build-yfn0_Gzc.mjs +3 -0
- package/dist/_chunks/config-_iCJoeRz.d.mts +679 -0
- package/dist/_chunks/{package-UJXXVy4Q.mjs → package-ryheU-UV.mjs} +4 -4
- package/dist/cli.mjs +123 -168
- package/dist/config.d.mts +1 -1
- package/dist/config.mjs +1 -1
- package/dist/index.d.mts +54 -5
- package/dist/index.mjs +219 -3
- package/package.json +4 -4
- package/dist/_chunks/config-BDpkh_pL.d.mts +0 -508
- /package/dist/_chunks/{config-B_2eqpNJ.mjs → config-C1aXyI1S.mjs} +0 -0
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ English | <a href="./README-zh.md">简体中文</a>
|
|
|
21
21
|
🎯 **TypeScript**: First-class TypeScript support with `.d.ts` generation
|
|
22
22
|
🔄 **Dual mode**: Bundle or transform your source code
|
|
23
23
|
🚀 **Stub mode**: Lightning-fast development with file linking
|
|
24
|
-
|
|
24
|
+
📤 **Exports**: Automatic package.json exports generation
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|