Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions napi/minify/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Oxc Minify

See [usage instructions](https://oxc.rs/docs/guide/usage/minifier).

This is alpha software and may yield incorrect results, feel free to [submit a bug report](https://github.com/oxc-project/oxc/issues/new?assignees=&labels=C-bug&projects=&template=bug_report.md).

### Performance and Compression Size
Expand Down
9 changes: 7 additions & 2 deletions napi/minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
"version": "0.110.0",
"description": "Oxc Minifier Node API",
"keywords": [
"javascript",
"minifier",
"minify",
"oxc"
"oxc",
"terser",
"typescript",
"uglify"
],
"homepage": "https://oxc.rs",
"homepage": "https://oxc.rs/docs/guide/usage/minifier",
"bugs": "https://github.com/oxc-project/oxc/issues",
"license": "MIT",
"author": "Boshen and oxc contributors",
Expand Down
2 changes: 2 additions & 0 deletions napi/parser/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Oxc Parser

See [usage instructions](https://oxc.rs/docs/guide/usage/parser).

## Features

### Supports WASM
Expand Down
8 changes: 6 additions & 2 deletions napi/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"version": "0.110.0",
"description": "Oxc Parser Node API",
"keywords": [
"ast",
"estree",
"javascript",
"oxc",
"parser"
"parser",
"typescript"
],
"homepage": "https://oxc.rs",
"homepage": "https://oxc.rs/docs/guide/usage/parser",
"bugs": "https://github.com/oxc-project/oxc/issues",
"license": "MIT",
"author": "Boshen and oxc contributors",
Expand Down
2 changes: 2 additions & 0 deletions napi/transform/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Oxc Transform

See [usage instructions](https://oxc.rs/docs/guide/usage/transformer).

## TypeScript and React JSX Transform

```javascript
Expand Down
10 changes: 8 additions & 2 deletions napi/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
"version": "0.110.0",
"description": "Oxc Transformer Node API",
"keywords": [
"babel",
"javascript",
"jsx",
"oxc",
"transform"
"transform",
"transformer",
"tsx",
"typescript"
],
"homepage": "https://oxc.rs",
"homepage": "https://oxc.rs/docs/guide/usage/transformer",
"bugs": "https://github.com/oxc-project/oxc/issues",
"license": "MIT",
"author": "Boshen and oxc contributors",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxfmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Oxidation Compiler is creating a suite of high-performance tools for JavaScr

This is the formatter for oxc.

See [usage instructions](https://oxc.rs/docs/guide/usage/formatter.html).
See [usage instructions](https://oxc.rs/docs/guide/usage/formatter).

Run

Expand Down
11 changes: 9 additions & 2 deletions npm/oxfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"name": "oxfmt",
"version": "0.26.0",
"description": "Formatter for the JavaScript Oxidation Compiler",
"keywords": [],
"homepage": "https://oxc.rs",
"keywords": [
"formatter",
"javascript",
"oxc",
"oxfmt",
"prettier",
"typescript"
],
"homepage": "https://oxc.rs/docs/guide/usage/formatter",
"bugs": "https://github.com/oxc-project/oxc/issues",
"license": "MIT",
"author": "Boshen and oxc contributors",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Oxidation Compiler is creating a suite of high-performance tools for JavaScr

This is the linter for oxc.

See [usage instructions](https://oxc.rs/docs/guide/usage/linter.html).
See [usage instructions](https://oxc.rs/docs/guide/usage/linter).

Run

Expand Down
11 changes: 9 additions & 2 deletions npm/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"name": "oxlint",
"version": "1.41.0",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"homepage": "https://oxc.rs",
"keywords": [
"eslint",
"javascript",
"linter",
"oxc",
"oxlint",
"typescript"
],
"homepage": "https://oxc.rs/docs/guide/usage/linter",
"bugs": "https://github.com/oxc-project/oxc/issues",
"license": "MIT",
"author": "Boshen and oxc contributors",
Expand Down
Loading