Skip to content
Merged
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
34 changes: 34 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[files]
extend-exclude = [
# Conformance fixtures are extracted from Angular's TypeScript specs
"crates/angular_conformance/fixtures/",
# HTML entities are spec-defined names, not English words
"crates/oxc_angular_compiler/src/parser/html/entities.rs",
# E2E comparison fixtures contain CSS/HTML test strings
"napi/angular-compiler/e2e/",
]

[default.extend-words]
# IIFE = Immediately Invoked Function Expression (standard JS term)
IIFEs = "IIFEs"
IIF = "IIF"
# Jasmine disabled test markers
xdescribe = "xdescribe"
xit = "xit"
# Variable name for PrefixNot
pn = "pn"
# "mis-select" is intentional in comments
mis = "mis"
# German i18n test data
alle = "alle"
Sie = "Sie"
ein = "ein"
Elemente = "Elemente"
# Angular template test data: "d.ot" is a dotted property binding
ot = "ot"
# "mergable" used in original Angular source comment
mergable = "mergable"

[default.extend-identifiers]
# HTML entity names (spec-defined)
becaus = "becaus"
Loading