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:
Alexey Andreev
2017-05-23 12:14:26 +03:00
parent e784d1846e
commit 174068c462
7 changed files with 292 additions and 0 deletions
+1
View File
@@ -10,5 +10,6 @@
<orderEntry type="library" name="intellij-core" level="project" />
<orderEntry type="module" module-name="js.ast" />
<orderEntry type="module" module-name="util" />
<orderEntry type="library" name="json-org" level="project" />
</component>
</module>