File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { Diagnostics } from "../../compiler/diagnosticInformationMap.generated" ;
2+ import { append } from "../../compiler/core" ;
23import {
3- append ,
44 AsExpression ,
55 CallSignatureDeclaration ,
66 ConstructSignatureDeclaration ,
77 DiagnosticMessage ,
88 FunctionDeclaration ,
99 GetAccessorDeclaration ,
1010 IndexSignatureDeclaration ,
11- isJSDocNullableType ,
1211 MappedTypeNode ,
1312 MethodDeclaration ,
1413 MethodSignature ,
@@ -36,6 +35,7 @@ import {
3635import { ChangeTracker } from "../textChanges" ;
3736import { CodeFixAction } from "../types" ;
3837import { getTokenAtPosition } from "../utilities" ;
38+ import { isJSDocNullableType } from "../../compiler/factory/nodeTests" ;
3939
4040const fixIdPlain = "fixJSDocTypes_plain" ;
4141const fixIdNullable = "fixJSDocTypes_nullable" ;
You can’t perform that action at this time.
0 commit comments