summaryrefslogtreecommitdiff
path: root/cli/standalone.rs
AgeCommit message (Collapse)Author
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.
2020-12-01chore(cli/flags): Use deno compile --output for the out file (#8563)Nayeem Rahman
2020-11-30feat: deno compile (#8539)Luca Casonato