summaryrefslogtreecommitdiff
path: root/cli/tests/standalone_error.ts
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek IwaƄczuk
This commit disables source mapping of errors for standalone binaries. Since applying source maps relies on using file fetcher infrastructure it's not feasible to use it for standalone binaries that are not supposed to use that infrastructure.