Skip to content

Commit

Permalink
docs: add links of contribute (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven authored Nov 29, 2023
1 parent 342dd53 commit fd56c56
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/docs/contribute/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ outline: deep

# Formatter

While [prettier] has established itself as the de facto code formatter for JavaScript, there is a significant demand in the developer community for a less opinionated alternative. Recognizing this need, our ambition is to undertake research and development to create a new JavaScript formatter that offers increased flexibility and customization options.
While [prettier](https://github.com/prettier/prettier) has established itself as the de facto code formatter for JavaScript, there is a significant demand in the developer community for a less opinionated alternative. Recognizing this need, our ambition is to undertake research and development to create a new JavaScript formatter that offers increased flexibility and customization options.
Unfortunately we are currently lacking the resources to do so.
5 changes: 5 additions & 0 deletions src/docs/contribute/minifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ by porting all test cases from well-known minifiers such as [google-closure-comp

Preliminary results indicate that we are on track to achieve our objectives.
With the Oxc minifier, you can expect faster minification times without sacrificing compression quality.

[google-closure-compiler]: https://github.com/google/closure-compiler
[terser]: https://github.com/terser/terser
[esbuild]: https://github.com/evanw/esbuild
[tdewolff-minify]: https://github.com/tdewolff/minify
2 changes: 1 addition & 1 deletion src/docs/contribute/resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ outline: deep
# Resolver

Module resolution plays a crucial role in JavaScript tooling, especially for tasks like multi-file analysis or bundling. However, it can often become a performance bottleneck.
To address this, we are actively working on porting [enhanced-resolve].
To address this, we are actively working on porting [enhanced-resolve](https://github.com/webpack/enhanced-resolve).

[eslint-plugin-import] will be our first application for the resolver, since it is currently a performance and complexity blocker for a lot of projects.
2 changes: 1 addition & 1 deletion src/ja/docs/contribute/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ outline: deep

# Formatter

While [prettier] has established itself as the de facto code formatter for JavaScript, there is a significant demand in the developer community for a less opinionated alternative. Recognizing this need, our ambition is to undertake research and development to create a new JavaScript formatter that offers increased flexibility and customization options.
While [prettier](https://github.com/prettier/prettier) has established itself as the de facto code formatter for JavaScript, there is a significant demand in the developer community for a less opinionated alternative. Recognizing this need, our ambition is to undertake research and development to create a new JavaScript formatter that offers increased flexibility and customization options.
Unfortunately we are currently lacking the resources to do so.
5 changes: 5 additions & 0 deletions src/ja/docs/contribute/minifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ by porting all test cases from well-known minifiers such as [google-closure-comp

Preliminary results indicate that we are on track to achieve our objectives.
With the Oxc minifier, you can expect faster minification times without sacrificing compression quality.

[google-closure-compiler]: https://github.com/google/closure-compiler
[terser]: https://github.com/terser/terser
[esbuild]: https://github.com/evanw/esbuild
[tdewolff-minify]: https://github.com/tdewolff/minify
4 changes: 2 additions & 2 deletions src/ja/docs/contribute/resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ outline: deep
# Resolver

Module resolution plays a crucial role in JavaScript tooling, especially for tasks like multi-file analysis or bundling. However, it can often become a performance bottleneck.
To address this, we are actively working on porting [enhanced-resolve].
To address this, we are actively working on porting [enhanced-resolve](https://github.com/webpack/enhanced-resolve).

[eslint-plugin-import] will be our first application for the resolver, since it is currently a performance and complexity blocker for a lot of projects.
[eslint-plugin-import](https://github.com/oxc-project/oxc/issues/1117) will be our first application for the resolver, since it is currently a performance and complexity blocker for a lot of projects.

0 comments on commit fd56c56

Please sign in to comment.