-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ES6-Compliant Distribution #60
Comments
This would be preferable to existing solutions. We're using Meteor and using AMD modules results in conflict with other modules sometimes. Can @alexandrudima or someone else from the team explain why this would be difficult to integrate as labeled? |
Sorry, I struggled with the label name. I tried to classify issues that concern how easy/difficult it is for the editor to be consumed/integrated. |
Can we expect an update on this soon? Unfortunately, I'm not very familiar with module loading approaches, so I won't be a great help here when it comes to contributions... however, since this issue is a couple of months old, I'm wondering if there's any progress here. Otherwise I'll see if there are other alternatives. But I think too that for Monaco's adoption, getting rid off AMD dependency is a good idea. |
This should absolutely get top priority. Would love to be able to - sanely - use monaco in a TypeScript environment. |
Any updates on this? |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
I think the one of the main reasons |
Done with #18 |
While AMD is useful, it can be a pain to use in modern web applications, especially those using Typescript.
It would be excellent for this project to support an ES6 Distribution so that the following syntax (or similar) can be used:
import * as monaco from 'monaco-editor'
This would greatly ease the difficulty of implementing this tool moving forward and also help it stay standards-compliant.
Edit: Grammar
The text was updated successfully, but these errors were encountered: