mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
Simplify expression type to fix build break (#41942)
This commit is contained in:
parent
ee1f262698
commit
6bcb6bb369
@ -465,7 +465,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
function stripInternalScenario(fs: vfs.FileSystem, removeCommentsDisabled?: boolean, jsDocStyle?: boolean) {
|
||||
const internal = jsDocStyle ? `/**@internal*/` : `/*@internal*/`;
|
||||
const internal: string = jsDocStyle ? `/**@internal*/` : `/*@internal*/`;
|
||||
if (removeCommentsDisabled) {
|
||||
diableRemoveCommentsInAll(fs);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user