File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ namespace ts {
451
451
/* @internal */
452
452
PossiblyContainsDynamicImport = 1 << 19 ,
453
453
JSDoc = 1 << 20 , // If node was parsed inside jsdoc
454
- InWithStatement = 1 << 21 , // If any ancestor of node was the `statement` of a WithStatement (not the `expression`)
454
+ /* @internal */ InWithStatement = 1 << 21 , // If any ancestor of node was the `statement` of a WithStatement (not the `expression`)
455
455
456
456
BlockScoped = Let | Const ,
457
457
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ declare namespace ts {
408
408
BlockScoped = 3 ,
409
409
ReachabilityCheckFlags = 384 ,
410
410
ReachabilityAndEmitFlags = 1408 ,
411
- ContextFlags = 96256 ,
411
+ ContextFlags = 2193408 ,
412
412
TypeExcludesFlags = 20480 ,
413
413
}
414
414
enum ModifierFlags {
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ declare namespace ts {
408
408
BlockScoped = 3 ,
409
409
ReachabilityCheckFlags = 384 ,
410
410
ReachabilityAndEmitFlags = 1408 ,
411
- ContextFlags = 96256 ,
411
+ ContextFlags = 2193408 ,
412
412
TypeExcludesFlags = 20480 ,
413
413
}
414
414
enum ModifierFlags {
You can’t perform that action at this time.
0 commit comments