mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: add debugging JS backend source map flags (#10460)
This commit is contained in:
parent
bdc8586ddd
commit
f922fc2a59
@ -4013,10 +4013,11 @@ native backend (flag: `-b native`).
|
||||
|
||||
### Javascript Backend
|
||||
|
||||
There is currently no support for source maps for Javascript output,
|
||||
created by the JS Backend (flag: `-b js`).
|
||||
|
||||
To debug the generated Javascript output you can active source maps:
|
||||
`v -b js -sourcemap hello.v -o hello.js`
|
||||
|
||||
For all supported options check the latest help:
|
||||
`v help build-js`
|
||||
|
||||
## Conditional compilation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user