suren-atoyan / monaco-loader

The utility to easy setup monaco-editor into your browser
MIT License
177 stars 37 forks source link

In my opinion this promise will never been resolved or rejectd #16

Closed Ai01 closed 2 years ago

Ai01 commented 2 years ago

https://github.com/suren-atoyan/monaco-loader/blob/b75637bc241cbfcedc8ba928e129e8e529edc069/src/loader/index.js#L138

The denifition of wrapperPromise above will be always pending.
This will make the return of init function not execute at all

https://github.com/suren-atoyan/monaco-loader/blob/b75637bc241cbfcedc8ba928e129e8e529edc069/src/loader/index.js#L60