boperators 0.2.0 → 0.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/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Operator overloading is a common programming feature that JavaScript lacks. Just
|
|
|
14
14
|
This is the core library and API, and isn't designed to be used directly. Instead, you can use:
|
|
15
15
|
- The [Boperators CLI](https://www.npmjs.com/package/@boperators/cli);
|
|
16
16
|
- The [`tsc`](https://www.npmjs.com/package/@boperators/plugin-tsc) plugin;
|
|
17
|
-
- The [
|
|
17
|
+
- The [NextJS/Webpack loader](https://www.npmjs.com/package/@boperators/webpack-loader);
|
|
18
18
|
- The [Vite plugin](https://www.npmjs.com/package/@boperators/plugin-vite);
|
|
19
19
|
- The [ESBuild plugin](https://www.npmjs.com/package/@boperators/plugin-esbuild);
|
|
20
20
|
- The [Bun plugin](https://www.npmjs.com/package/@boperators/plugin-bun) for running directly with Bun.
|