diff options
Diffstat (limited to 'cli/tests/testdata/info/recursive_imports/common.ts')
| -rw-r--r-- | cli/tests/testdata/info/recursive_imports/common.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/info/recursive_imports/common.ts b/cli/tests/testdata/info/recursive_imports/common.ts new file mode 100644 index 000000000..2b16a7bf1 --- /dev/null +++ b/cli/tests/testdata/info/recursive_imports/common.ts @@ -0,0 +1,2 @@ +export function thing() { +} |
