diff options
Diffstat (limited to 'tests/testdata/tsc/node_modules/c.js')
-rw-r--r-- | tests/testdata/tsc/node_modules/c.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/tsc/node_modules/c.js b/tests/testdata/tsc/node_modules/c.js new file mode 100644 index 000000000..cff71c44a --- /dev/null +++ b/tests/testdata/tsc/node_modules/c.js @@ -0,0 +1 @@ +export default function c() {} |