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

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