blob: 403806c6ba851b8014db151a02f266d81371b7c8 (
plain)
1
2
3
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 {}
|