TS: Add regression test

This commit is contained in:
Asger F
2020-01-02 16:08:17 +00:00
parent 7e987c570f
commit 0388e9ca0c
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { A } from "@blah/foo";
var x: A;

View File

@@ -0,0 +1,8 @@
import FooArray, { A } from '@blah/foo';
namespace FooArray {
function blah(): void;
}
export default FooArray;
export { A };

View File

@@ -0,0 +1,3 @@
import javascript
from Expr e select e, e.getType()

View File

@@ -0,0 +1,3 @@
{
"include": ["."]
}