Skip to content

Commit a77ced7

Browse files
committed
fix
1 parent 3f82cbf commit a77ced7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Other
2121

22-
- *(deps)* lock file maintenance ([#35](https://github.com/oxc-project/javascript-globals/pull/35))
22+
- _(deps)_ lock file maintenance ([#35](https://github.com/oxc-project/javascript-globals/pull/35))
2323
- update globals ([#37](https://github.com/oxc-project/javascript-globals/pull/37))
24-
- *(deps)* lock file maintenance rust crates ([#31](https://github.com/oxc-project/javascript-globals/pull/31))
24+
- _(deps)_ lock file maintenance rust crates ([#31](https://github.com/oxc-project/javascript-globals/pull/31))
2525

2626
## [1.2.0](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.1.1...javascript-globals-v1.2.0) - 2025-06-09
2727

@@ -31,8 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Other
3333

34-
- *(deps)* lock file maintenance rust crates ([#26](https://github.com/oxc-project/javascript-globals/pull/26))
35-
- *(deps)* lock file maintenance rust crates ([#22](https://github.com/oxc-project/javascript-globals/pull/22))
34+
- _(deps)_ lock file maintenance rust crates ([#26](https://github.com/oxc-project/javascript-globals/pull/26))
35+
- _(deps)_ lock file maintenance rust crates ([#22](https://github.com/oxc-project/javascript-globals/pull/22))
3636

3737
## [1.1.1](https://github.com/oxc-project/javascript-globals/compare/javascript-globals-v1.1.0...javascript-globals-v1.1.1) - 2025-05-24
3838

@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949

5050
### Other
5151

52-
- *(deps)* lock file maintenance ([#14](https://github.com/oxc-project/javascript-globals/pull/14))
52+
- _(deps)_ lock file maintenance ([#14](https://github.com/oxc-project/javascript-globals/pull/14))
5353

5454
## [0.0.1](https://github.com/oxc-project/javascript-globals/releases/tag/javascript-globals-v0.0.1) - 2025-02-27
5555

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
403403
"BigUint64Array" => false,
404404
"DataView" => false,
405405
"FinalizationRegistry" => false,
406+
"Float16Array" => false,
406407
"Float32Array" => false,
407408
"Float64Array" => false,
408409
"Int16Array" => false,

0 commit comments

Comments
 (0)