@utoo/web 1.2.0-rc.9 → 1.2.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.
- package/README.md +1 -1
- package/esm/loaderWorker.js +1 -1
- package/esm/project/ForkedProject.d.ts +2 -1
- package/esm/project/ForkedProject.js +4 -1
- package/esm/project/InternalProject.d.ts +2 -1
- package/esm/project/InternalProject.js +11 -8
- package/esm/project/Project.d.ts +2 -1
- package/esm/project/Project.js +7 -4
- package/esm/types.d.ts +5 -0
- package/esm/utoo/index.d.ts +76 -25
- package/esm/utoo/index.js +723 -622
- package/esm/utoo/index_bg.wasm +0 -0
- package/esm/webpackLoaders/cjs.js +4 -32
- package/esm/webpackLoaders/loaderWorkerPool.js +1 -20
- package/esm/webpackLoaders/polyfills/fsPolyfill.js +56 -45
- package/esm/webpackLoaders/types.d.ts +0 -1
- package/esm/webpackLoaders/worker.js +0 -7
- package/package.json +6 -6
- package/esm/8f9533ebd1c6543b5d26.wasm +0 -0
- package/esm/utils/sabcom.d.ts +0 -61
- package/esm/utils/sabcom.js +0 -203
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## ✨ Features
|
|
8
8
|
|
|
9
9
|
- 📂 **Real File System**: Uses Origin Private File System (OPFS) for a Node.js-like file system experience.
|
|
10
|
-
- 📦 **Dependency
|
|
10
|
+
- 📦 **Browser Dependency Resolution**: Resolve dependencies directly from `package.json` without needing a pre-existing lock file. Supports custom registries (npm, npmmirror, private registries).
|
|
11
11
|
- 🌐 **Browser-based Bundling**: Run the Utoo bundler directly in the browser.
|
|
12
12
|
- 🔌 **Webpack Compatibility**: Supports a subset of Webpack configurations in the browser. See [Features List](../pack/docs/features-list.md) for details.
|
|
13
13
|
- 🔄 **Webpack Loaders**: Compatible with standard Webpack loaders (css-loader, style-loader, etc.).
|