blob: bdaf010e2afe56419feca69871dec4e1c4290478 (
plain)
1
2
3
4
5
6
7
8
9
|
import "http://localhost:4545/welcome.ts";
import "$echo";
import "data:application/javascript,console.log(1)";
import "npm:chalk@5";
export function foobar(): string {
return "string";
}
|