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

monaco: use fetch instead of old AJAX #9620

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Conversation

paul-marechal
Copy link
Member

Update the code to use fetch to get Onigasm's wasm code.

Update our bindings such as Onigasm is lazily loaded instead of
hardcoded and downloaded on module loading.

How to test

Textmate syntax coloring should still be working.

Review checklist

Reminder for reviewers

Update the code to use `fetch` to get Onigasm's wasm code.

Update our bindings such as Onigasm is lazily loaded instead of
hardcoded and downloaded on module loading.
@paul-marechal paul-marechal added quality issues related to code and application quality textmate issues related to the textmate grammars labels Jun 21, 2021
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed that textmate syntax coloring still works correctly with the latest updates.

@paul-marechal paul-marechal merged commit 31f78ef into master Jun 21, 2021
@paul-marechal paul-marechal deleted the mp/fetch-onigasm branch June 21, 2021 18:01
@github-actions github-actions bot added this to the 1.15.0 milestone Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality issues related to code and application quality textmate issues related to the textmate grammars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants