Files
TypeScript/src
Matt Bierner e2bbb6c329 Prototype TS plugins on web
This prototype allows service plugins to be loaded on web TSServer

Main changes:

- Adds a new host entryPoint called `importServicePlugin` for overriding how plugins can be loaded. This may be async
- Implement `importServicePlugin` for webServer
- The web server plugin implementation looks for a `browser` field in the plugin's `package.json`
- It then uses `import(...)` to load the plugin (the plugin source must be compiled to support being loaded as a module)
2022-02-15 19:25:10 -08:00
..
2022-01-07 14:58:58 +00:00
2021-10-29 22:17:49 -07:00
2022-02-15 19:25:10 -08:00
2022-02-15 19:25:10 -08:00