Marius Vatasoiu
Marius Vatasoiu
## Failing module - **GitHub**: https://github.com/quilljs/quill - **npm**: https://www.npmjs.com/package/quill/v/2.0.0-beta.0 ```js import Quill from 'https://esm.sh/[email protected]'; console.log(new Quill(document.createElement('div'))); ``` ## Error message After `onload` I got this: ``` Uncaught TypeError: _quillDelta.default is...
If I use the `stdin` option to set the entrypoint, I get the following error: ``` [ERROR] [assert] namespace is empty [plugin deno-resolver] :1:7: 1 │ import "https://deno.land/[email protected]/bytes/mod.ts"; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```...
Imports used in the `stdio.contents` don't get a namespace set. This is a small code snippet where I have a plugin that needs the namespace porperty. I thought the namespace...