mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Use string literal type for script kind names
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
//// var t;
|
||||
//// t.
|
||||
|
||||
goTo.file("test.ts", /*content*/ undefined, ".js");
|
||||
goTo.file("test.ts", /*content*/ undefined, "JS");
|
||||
goTo.eof();
|
||||
verify.completionListContains("toExponential");
|
||||
|
||||
Reference in New Issue
Block a user