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

hacked up webworker support for monaco. #6496

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdhollen
Copy link
Member

@jdhollen jdhollen commented May 2, 2024

Related issues: N/A

@@ -105,6 +108,14 @@ ts_library(
],
)

js_library(
Copy link
Member

Choose a reason for hiding this comment

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

not a big deal since it's such a small amount of code but does this have to be JS or could we use TS for this too?

Copy link
Member Author

Choose a reason for hiding this comment

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

heh, wasn't planning on mailing this just yet, but I did this because of typescript whining about the import from monaco (maybe there's a types package i missed?)

@jdhollen jdhollen force-pushed the jh/2024-05-02_monaco-worker branch from d8fd029 to 35e335b Compare May 23, 2024 17:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants