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