copied set implementations from MultiFlag JS

This commit is contained in:
2026-02-09 22:11:23 +01:00
parent 80c17ac3ac
commit 140896bd7c
56 changed files with 8055 additions and 24 deletions

10
node/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Multiflag for JavaScript and TypeScript
## Browser compatibility
| | Chrome | Firefox | Safari | *All platforms* |
|---------------------|:----------------:|:----------------:|:--------------:|----------------------------------------------------------------------------------|
| `DynamicBitflagSet` | ✓ 67 | ✓ 68 | ✓ 14 | [View on caniuse.com](https://caniuse.com/mdn-javascript_builtins_bigint_bigint) |
| `CollectionFlagSet` | 38 <br/> ✓ 122 | 13 <br/> ✓ 127 | 9 <br/> ✓ 17 | [View on caniuse.com](https://caniuse.com/mdn-javascript_builtins_set) |
✓ Full support &emsp;&emsp; Supported through polyfills