rules_ts
rules_ts copied to clipboard
refactor: remove unnecessary default param values
BREAKING CHANGE to the ts_lib API.
These defaults are never used internally, and are different defaults then the rules actually use which is confusing.
Type of change
- Refactor (a code change that neither fixes a bug or adds a new feature)
Test plan
- Covered by existing test cases
I didn't think those were public? The reason is just that they are never used and add confusion. I think the real defaults are None yet the (unused) default param values are "."?

