oxc/.github
underfin b199cb89a2
feat: add oxc sourcemap crate (#2825)
The sourcemap implement port from
[rust-sourcemap](https://github.com/getsentry/rust-sourcemap), but has
some different with it.

- Encode sourcemap at parallel, including quote `sourceContent` and
encode token to `vlq` mappings.
- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`
caused extra overhead at common cases. Here using `SourceViewToken` to
instead of it.
2024-03-28 19:36:38 +08:00
..
actions ci: update babel version (#2814) 2024-03-26 10:13:34 +08:00
workflows feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
CODE_OF_CONDUCT.md improve README (#800) 2023-08-27 22:36:17 +08:00
codecov.yml chore: remove DSL based linter plugin (#1985) 2024-01-11 04:54:39 +00:00
FUNDING.yml Create FUNDING.yml 2023-03-24 22:47:05 -07:00
labeler.yml chore: remove unsless oxc_resolve ci files (#1682) 2023-12-15 10:37:46 +00:00
renovate.json chore: enable renovate "lockFileMaintenance" 2024-03-25 11:00:28 +08:00
SECURITY.md improve README (#800) 2023-08-27 22:36:17 +08:00