File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1734,7 +1734,6 @@ namespace ts {
1734
1734
if ( ! newSourceFile ) {
1735
1735
return StructureIsReused . Not ;
1736
1736
}
1737
- newSourceFile . impliedNodeFormat = sourceFileOptions . impliedNodeFormat ;
1738
1737
newSourceFile . packageJsonLocations = sourceFileOptions . packageJsonLocations ?. length ? sourceFileOptions . packageJsonLocations : undefined ;
1739
1738
newSourceFile . packageJsonScope = sourceFileOptions . packageJsonScope ;
1740
1739
@@ -2969,7 +2968,6 @@ namespace ts {
2969
2968
file . path = path ;
2970
2969
file . resolvedPath = toPath ( fileName ) ;
2971
2970
file . originalFileName = originalFileName ;
2972
- file . impliedNodeFormat = sourceFileOptions . impliedNodeFormat ;
2973
2971
file . packageJsonLocations = sourceFileOptions . packageJsonLocations ?. length ? sourceFileOptions . packageJsonLocations : undefined ;
2974
2972
file . packageJsonScope = sourceFileOptions . packageJsonScope ;
2975
2973
addFileIncludeReason ( file , reason ) ;
You can’t perform that action at this time.
0 commit comments