Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Format
  • Loading branch information
weswigham committed May 14, 2024
commit f84a52df596364fb3e52c656c1941a843a4c7b34
4 changes: 2 additions & 2 deletions src/compiler/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ import {
isCatchClauseVariableDeclarationOrBindingElement,
isCheckJsEnabledForFile,
isClassDeclaration,
isClassElement,
isClassExpression,
isClassInstanceProperty,
isClassLike,
Expand Down Expand Up @@ -836,6 +837,7 @@ import {
LateBoundDeclaration,
LateBoundName,
LateVisibilityPaintedStatement,
LazyNodeCheckFlags,
length,
LiteralExpression,
LiteralType,
Expand Down Expand Up @@ -1105,8 +1107,6 @@ import {
WideningContext,
WithStatement,
YieldExpression,
LazyNodeCheckFlags,
isClassElement,
} from "./_namespaces/ts.js";
import * as moduleSpecifiers from "./_namespaces/ts.moduleSpecifiers.js";
import * as performance from "./_namespaces/ts.performance.js";
Expand Down