Files
TypeScript/src/server
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-02-15 19:25:10 -08:00
2021-11-04 10:55:11 -07:00
2022-01-05 16:39:45 -08:00
2022-02-15 19:25:10 -08:00