[JS IR] Add a compiler option for generating name entries in sourcemaps
This commit is contained in:
committed by
Space Team
parent
8f237a60f7
commit
227864c6ec
Vendored
+2
@@ -13,6 +13,8 @@ where possible options include:
|
||||
-source-map-base-dirs <path> Base directories for calculating relative paths to source files in source map
|
||||
-source-map-embed-sources {always|never|inlining}
|
||||
Embed source files into source map
|
||||
-source-map-names-policy {no|simple-names|fully-qualified-names}
|
||||
How to map generated names to original names (IR backend only)
|
||||
-source-map-prefix Add the specified prefix to paths in the source map
|
||||
-target { v5 } Generate JS files for specific ECMA version
|
||||
-Werror Report an error if there are any warnings
|
||||
|
||||
Reference in New Issue
Block a user