mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 01:33:08 -05:00
Removed one error to avoid full path issues
(cherry picked from commit 5e4f13f342)
This commit is contained in:
@@ -5,6 +5,5 @@ m1.f1("test");
|
||||
m1.f2.a = 10;
|
||||
|
||||
m1.f2.person.age = "10"; // Should error if loaded the .js files correctly
|
||||
let r1 = m4.test.charAt(2); // Should error if correctly not using the .js file but using @types info
|
||||
|
||||
let r2 = 3 + m4.foo; // Should be OK if correctly using the @types .d.ts file
|
||||
|
||||
Reference in New Issue
Block a user