summaryrefslogtreecommitdiff
path: root/tests/testdata/run/long_data_url_formatting.ts
blob: 2ed2d5a036df76d3bf2b8adfbbe2914ede808f2e (plain)
1
2
3
await import(
  'data:application/typescript,console.trace("foo"); const error = new Error("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"); console.log(error.stack); throw error;'
);