@mirta/polyfills 0.0.1 → 0.0.3
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 +3 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://github.com/wb-mirta/core/blob/latest/packages/mirta-polyfills/README.ru.md)
|
|
5
5
|
[](https://npmjs.com/package/@mirta/polyfills)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
These polyfills provide missing modern JavaScript features needed by the wb-rules engine to run internal framework algorithms correctly.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
```sh
|
|
@@ -14,6 +14,6 @@ pnpm add @mirta/polyfills
|
|
|
14
14
|
```ts
|
|
15
15
|
import '@mirta/polyfills'
|
|
16
16
|
```
|
|
17
|
-
To
|
|
17
|
+
To use the polyfills, simply import them into the wb-rules script or any imported module.
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Since there are no external dependencies, the polyfill source code will automatically convert into a wb-rules-compatible format for the Wiren Board controller.
|