Add JS source map parser and remapper
JS source map remapper takes parsed source maps together with JS AST with correct JS positioning information and converts the latter into Kotlin positioning information
This commit is contained in:
@@ -295,6 +295,9 @@
|
||||
|
||||
<!-- node.js -->
|
||||
<antcall target="download-nodejs-and-npm"/>
|
||||
|
||||
<!-- JSON.org -->
|
||||
<get src="https://repo.maven.apache.org/maven2/org/json/json/20160807/json-20160807.jar" dest="${dependencies}/json-org.jar"/>
|
||||
</target>
|
||||
|
||||
<macrodef name="get-protobuf-and-rename-packages">
|
||||
|
||||
Reference in New Issue
Block a user