Skip to content

Commit

Permalink
feat: respect stripInternal compiler option (#29)
Browse files Browse the repository at this point in the history
- chore: bump `oxc` crate from 0.29.0 to 0.31.0
- feat: respect `stripInternal` in `tsconfig.json`
- fix: do not attempt to emit declaration files when `isolatedDeclarations` is not set to `true`
  • Loading branch information
DonIsaac authored Oct 8, 2024
1 parent 0265007 commit f195aea
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 76 deletions.
111 changes: 72 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4.5.17", features = ["cargo"] }
ignore = { version = "0.4.23" }
json-strip-comments = { version = "1.0.4" }
miette = { version = "7.2.0", features = ["fancy"] }
oxc = { version = "0.29.0", features = ["full", "sourcemap", "isolated_declarations"] }
oxc = { version = "0.31.0", features = ["full"] }
package-json = { version = "0.4.0" }
serde = { version = "1.0.210" }
serde_json = { version = "1.0.128" }
Expand Down
Loading

0 comments on commit f195aea

Please sign in to comment.