diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-11-01 14:46:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 14:46:07 -0400 |
| commit | b92019a8475a16213028ab73b15be5a3f7c56e0a (patch) | |
| tree | 610cebc1c4f3aeebb8c9d8dd585dc7e8e82805c4 /cli/compat/testdata/not_esm/package.json | |
| parent | 1b684d333df80ba7589e346cafb76b6952354d33 (diff) | |
port check_if_should_use_esm_loader to rust (#12562)
Diffstat (limited to 'cli/compat/testdata/not_esm/package.json')
| -rw-r--r-- | cli/compat/testdata/not_esm/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/compat/testdata/not_esm/package.json b/cli/compat/testdata/not_esm/package.json new file mode 100644 index 000000000..4b03fc938 --- /dev/null +++ b/cli/compat/testdata/not_esm/package.json @@ -0,0 +1,6 @@ +{ + "name": "bar", + "dependencies": { + "foo": "1.0.0" + } +} |
