@base-web-kits/base-tools-web 1.3.12 → 1.3.16
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 -0
- package/dist/index.cjs +685 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +721 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -138,6 +138,7 @@ npx skills add gancao-web/base-tools
|
|
|
138
138
|
| **Object.fromEntries** | ES2019 | Chrome 73+, iOS 12.2+, Android 10+ |
|
|
139
139
|
| **Array.prototype.flat / flatMap** | ES2019 | Chrome 69+, iOS 12.0+, Android 9.0+ |
|
|
140
140
|
| **String.prototype.trimStart / trimEnd** | ES2019 | Chrome 66+, iOS 12.0+, Android 9.0+ |
|
|
141
|
+
| **`??` / `?.`** | ES2020 | Chrome 80+, iOS 13.4+, Android 10+ |
|
|
141
142
|
| **Promise.allSettled** | ES2020 | Chrome 76+, iOS 13.0+, Android 10+ |
|
|
142
143
|
| **String.prototype.matchAll** | ES2020 | Chrome 80+, iOS 13.0+, Android 10+ |
|
|
143
144
|
| **BigInt** | ES2020 | Chrome 67+, iOS 14.0+, Android 11+ |
|