Skip to content

Commit 45a3a58

Browse files
committed
feat: port tsconfck (find tsconfig files) [skip ci]
1 parent af29d00 commit 45a3a58

File tree

133 files changed

+1034
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1034
-51
lines changed

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ serde_json = { version = "1", features = ["preserve_order"] } # preserve_order:
8989
simdutf8 = { version = "0.1" }
9090
thiserror = "2"
9191
tracing = "0.1"
92+
fast-glob = "1"
9293

9394
pnp = { version = "0.12.5", optional = true }
9495

README.md

Lines changed: 10 additions & 7 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!node_modules

fixtures/tsconfck/find/a/b/bar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const bar = 'bar';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

fixtures/tsconfck/find/a/b/c/x.ts

Whitespace-only changes.

fixtures/tsconfck/find/a/b/c/y.js

Whitespace-only changes.

fixtures/tsconfck/find/a/b/qoox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const qoox = "qoox";

fixtures/tsconfck/find/a/baz.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const baz = 'baz';

0 commit comments

Comments
 (0)