summaryrefslogtreecommitdiff
path: root/cli/tests/inline_js_source_map.ts
blob: 5ae7c226a868e96acec4fd0a0ebee80921e4904d (plain)
1
2
3
4
5
6
1 + 1;
interface Test {
  hello: string;
}

// throw new Error("Hello world!" as string);