8000 Add regressed `--source-uri` and `--output-uri` params. · repos-javascript-compilers/wisp@ccfcee6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccfcee6

Browse files
committed
Add regressed --source-uri and --output-uri params.
1 parent 034fd31 commit ccfcee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wisp.wisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"code")
8383
(.option "--no-map"
8484
"disable source map generation")
85+
(.option "--source-uri <uri>"
86+
"uri input will be associated with in source maps")
87+
(.option "--output-uri <uri>"
88+
"uri output will be associated with in source maps")
8589
(.parse params))]
8690
(conj {:no-map (not (:map options))}
8791
options)))

0 commit comments

Comments
 (0)
0