- markdown loader (extract fenced items and source-map)
- TypeScript loader
- CoffeeScript loader
- npm: scheme loader (
import "npm:blah") globally installs (if necessary), then redirects to location.
- https loader
- tar loader:
import "x.tar/file" reads from tar file
Critically: they should all compose together:
import "npm:pizza/x.tar/y.ts"
import "npm:blah") globally installs (if necessary), then redirects to location.import "x.tar/file"reads from tar fileCritically: they should all compose together:
import "npm:pizza/x.tar/y.ts"