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 1
1
import { Diagnostics } from "../../compiler/diagnosticInformationMap.generated" ;
2
+ import { append } from "../../compiler/core" ;
2
3
import {
3
- append ,
4
4
AsExpression ,
5
5
CallSignatureDeclaration ,
6
6
ConstructSignatureDeclaration ,
7
7
DiagnosticMessage ,
8
8
FunctionDeclaration ,
9
9
GetAccessorDeclaration ,
10
10
IndexSignatureDeclaration ,
11
- isJSDocNullableType ,
12
11
MappedTypeNode ,
13
12
MethodDeclaration ,
14
13
MethodSignature ,
@@ -36,6 +35,7 @@ import {
36
35
import { ChangeTracker } from "../textChanges" ;
37
36
import { CodeFixAction } from "../types" ;
38
37
import { getTokenAtPosition } from "../utilities" ;
38
+ import { isJSDocNullableType } from "../../compiler/factory/nodeTests" ;
39
39
40
40
const fixIdPlain = "fixJSDocTypes_plain" ;
41
41
const fixIdNullable = "fixJSDocTypes_nullable" ;
You can’t perform that action at this time.
0 commit comments