-
Notifications
You must be signed in to change notification settings - Fork 829
Closed
Description
The collapsible ranges in typescript-native w/ TypeScript (Native Preview) extension are different (and far worse) than the current stable versions
Steps to reproduce
if (EMPTY_TAGs.has(tag)) {
output += "/>";
} else {
output += ">";
if (!html && kidcount > 0) {
//
}
}
export function use<T>(ctx: Value<T>): T | undefined {
//
}Behavior with typescript@6.0
Behavior with tsgo
Versions
typescriptteam.native-preview @ 0.20260212.1
@typescript/native-preview @ 7.0.0-dev.20260212.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels