diff options
Diffstat (limited to 'tests/registry/npm/@denotest/monaco-editor/1.0.0/main.js')
-rw-r--r-- | tests/registry/npm/@denotest/monaco-editor/1.0.0/main.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/monaco-editor/1.0.0/main.js b/tests/registry/npm/@denotest/monaco-editor/1.0.0/main.js new file mode 100644 index 000000000..403806c6b --- /dev/null +++ b/tests/registry/npm/@denotest/monaco-editor/1.0.0/main.js @@ -0,0 +1,4 @@ +// The monaco-editor package uses an entry in the package.json +// where it has no "type": "module" and then only specifies a +// "module": "./main.js"-like entry that points at an ESM file. +export class Editor {}
\ No newline at end of file |