diff options
Diffstat (limited to 'node_modules/@11ty/dependency-tree-esm/test/stubs/import-attributes.js')
| -rw-r--r-- | node_modules/@11ty/dependency-tree-esm/test/stubs/import-attributes.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/@11ty/dependency-tree-esm/test/stubs/import-attributes.js b/node_modules/@11ty/dependency-tree-esm/test/stubs/import-attributes.js new file mode 100644 index 0000000..a4584e4 --- /dev/null +++ b/node_modules/@11ty/dependency-tree-esm/test/stubs/import-attributes.js @@ -0,0 +1,3 @@ +import eleventyPackage from "./imported.json" with { type: 'json' }; + +console.log( eleventyPackage );
\ No newline at end of file |
