mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
chore: add resolver to README and ci labeler
This commit is contained in:
parent
133c81ba1a
commit
a27b60cfb4
2 changed files with 5 additions and 1 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -14,4 +14,6 @@ A-printer: 'crates/oxc_minifier/src/printer/**/*'
|
|||
|
||||
A-semantic: 'crates/oxc_semantic/**/*'
|
||||
|
||||
A-type-checking: 'crates/oxc_type_synthesis/**/*'
|
||||
A-resolver: 'crates/oxc_resolver/**/*'
|
||||
|
||||
A-type-checking: 'crates/oxc_type_synthesis/**/*'
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ The Oxidation Compiler is creating a suite of high-performance tools for the Jav
|
|||
* Formatter ([prettier][prettier])
|
||||
* Transpiler ([babel][babel])
|
||||
* [Minifier](./crates/oxc_minifier) ([terser][terser]) - [Prototype](https://github.com/Boshen/oxc/tree/main/crates/oxc_minifier)
|
||||
* [Resolver](./crates/oxc_resolver) ([enhanced-resolve](enhanced-resolve))
|
||||
* Type Checker - See [ezno][ezno], available via `npx oxidation-compiler@latest check path`
|
||||
|
||||
[docs-ast]: https://docs.rs/oxc/latest/oxc/ast/index.html
|
||||
|
|
@ -57,6 +58,7 @@ The Oxidation Compiler is creating a suite of high-performance tools for the Jav
|
|||
[prettier]: https://github.com/prettier/prettier
|
||||
[ezno]: https://github.com/kaleidawave/ezno
|
||||
[terser]: https://terser.org
|
||||
[enhanced-resolve]: https://github.com/webpack/enhanced-resolve
|
||||
|
||||
## Philosophy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue