mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
It may be a problem, but doesn't matter previously. Formerly, the `is_reserved_keyword_or_global_object` is `is_reserved_keyword(s) || is_reserved_keyword(s)`. I think it should be `is_reserved_keyword(s) || is_global_object(s)` according to its name. Also, the `.idea` may be because I am using RustRover, which may automatically create `.idea` folder. So I ignore it in `.gitignore`. I think I can contribute to `oxc` more when I am free. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||