Skip to content

Commit 28176ff

Browse files
committed
JS: Accept change in handling of variable resolution in face of ambient declarations
This test enforced the opinion that ambient declarations should have no impact on data flow, which is no longer the case. For now I'm just updating the test output.
1 parent b6cd95e commit 28176ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
| tst.ts:38:3:38:19 | resolveAmbient(x) | x should not resolve to a global |
1+
| tst.ts:22:3:22:18 | resolveGlobal(x) | x should resolve to a global variable |
2+
| tst.ts:23:3:23:18 | resolveGlobal(y) | y should resolve to a global variable |
3+
| tst.ts:24:3:24:18 | resolveGlobal(z) | z should resolve to a global variable |
4+
| tst.ts:25:3:25:18 | resolveGlobal(w) | w should resolve to a global variable |
5+
| tst.ts:39:3:39:18 | resolveGlobal(y) | y should resolve to a global variable |
6+
| tst.ts:40:3:40:18 | resolveGlobal(z) | z should resolve to a global variable |
7+
| tst.ts:41:3:41:18 | resolveGlobal(w) | w should resolve to a global variable |

0 commit comments

Comments
 (0)