Skip to content

Commit

Permalink
Type inspection util
Browse files Browse the repository at this point in the history
Temporary only - for figuring out which types are special cases.
  • Loading branch information
overlookmotel committed Apr 24, 2024
1 parent 567262a commit d2a9bab
Show file tree
Hide file tree
Showing 25 changed files with 372 additions and 60 deletions.
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extend-exclude = [
"**/*.snap",
"pnpm-lock.yaml",
"**/*/CHANGELOG.md",
"Cargo.toml",
]

[default.extend-words]
Expand All @@ -24,6 +25,7 @@ trivia = "trivia"
xdescribe = "xdescribe"
seeked = "seeked"
labeledby = "labeledby"
serName = "serName"

[default.extend-identifiers]
IIFEs = "IIFEs"
126 changes: 102 additions & 24 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ serde_yaml = "0.9.34"
similar = "2.5.0"
textwrap = "0.16.0"
unicode-width = "0.1.11"
layout_inspect = { git = "https://github.com/overlookmotel/layout_inspect", rev = "5ba0afe" }

[workspace.metadata.cargo-shear]
ignored = ["napi"]
Expand Down
2 changes: 2 additions & 0 deletions crates/oxc_allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ bumpalo = { workspace = true, features = ["collections", "allocator-api2"
serde = { workspace = true }
allocator-api2 = { workspace = true }

layout_inspect = { workspace = true, features = ["unique_names"] }

[dev-dependencies]
serde_json = { workspace = true }

0 comments on commit d2a9bab

Please sign in to comment.