diff options
Diffstat (limited to 'integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/esm.js')
-rw-r--r-- | integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/esm.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/esm.js b/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/esm.js deleted file mode 100644 index 28e702881..000000000 --- a/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/esm.js +++ /dev/null @@ -1,5 +0,0 @@ -const __esModule = true; - -export const foo = () => __esModule; - -export { __esModule, foo as default }; |