Skip to content
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

Move to AMD loaders + Typescript #16

Open
HallM opened this issue Aug 16, 2016 · 0 comments
Open

Move to AMD loaders + Typescript #16

HallM opened this issue Aug 16, 2016 · 0 comments

Comments

@HallM
Copy link
Owner

HallM commented Aug 16, 2016

The Monaco editor uses AMD loader style. Not sure if this will necessitate a move to RequireJS over Webpack. While Webpack does support AMD style, it may not support the asynchronous module loading.

Moving to typescript may help prevent a lot of issues caused by dynamic typing and differing assumptions made on what type something is.

Since the project has accepted much of ES6 as the base, a transpiler is required to maintain older browser support. Typescript would replace Babel as the transpiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant