File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ deepStrictEqual(decode(encoded), object);
66
66
- [ NPM / npmjs.com] ( #npm--npmjscom )
67
67
- [ CDN / unpkg.com] ( #cdn--unpkgcom )
68
68
- [ Deno Support] ( #deno-support )
69
+ - [ Bun Support] ( #bun-support )
69
70
- [ Maintenance] ( #maintenance )
70
71
- [ Testing] ( #testing )
71
72
- [ Continuous Integration] ( #continuous-integration )
@@ -659,6 +660,10 @@ See `example/deno-*.ts` for examples.
659
660
660
661
` deno.land/x ` is not supported.
661
662
663
+ ## Bun Support
664
+
665
+ You can use this module on Bun.
666
+
662
667
## Maintenance
663
668
664
669
### Testing
@@ -671,16 +676,16 @@ npm run test
671
676
672
677
### Continuous Integration
673
678
674
- This library uses Travis CI .
679
+ This library uses GitHub Actions .
675
680
676
- test matrix:
681
+ Test matrix:
677
682
678
- * Node.js versions:
683
+ * NodeJS
679
684
* v18 / v20 / v22
680
- * TypeScript targets
681
- * ` target=es2019 ` / ` target=es5 `
682
- * JavaScript engines
683
- * NodeJS, browsers (Chrome, Firefox)
685
+ * Browsers:
686
+ * Chrome, Firefox
687
+ * Deno
688
+ * Bun
684
689
685
690
### Release Engineering
686
691
You can’t perform that action at this time.
0 commit comments