Skip to content

Commit

Permalink
remove some no-longer-necessary special cases from the typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 1, 2023
1 parent a0fb309 commit 18249fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,12 +705,6 @@ export default class Spec {
if (biblioEntry == null) {
if (

Check failure on line 706 in src/Spec.ts

View workflow job for this annotation

GitHub Actions / Check

Replace `⏎············![⏎··············'toUppercase',⏎··············'toLowercase',⏎············].includes(calleeName)⏎··········` with `!['toUppercase',·'toLowercase'].includes(calleeName)`
![
'thisTimeValue',
'thisStringValue',
'thisBigIntValue',
'thisNumberValue',
'thisSymbolValue',
'thisBooleanValue',
'toUppercase',
'toLowercase',
].includes(calleeName)
Expand Down

0 comments on commit 18249fe

Please sign in to comment.