You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Web workernewWorker("./worker.ts");// Service workernavigator.serviceWorker.register("./sw.ts");
These types of dependencies may end up being something that comes for free if esbuild adds support for these syntaxes, but I figured I would create an issue to propose this here too for consideration.
These types of dependencies may end up being something that comes for free if esbuild adds support for these syntaxes, but I figured I would create an issue to propose this here too for consideration.
evanw/esbuild#312
evanw/esbuild#1602
Edit:
Could maybe even pull in this plugin that looks to add support for
new Worker
, and then add a similar plugin for service workersThe text was updated successfully, but these errors were encountered: