andreypopp / andreypopp/es6-module-jstransform
AST -> remove newlines
Open
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
``` js
transform('module a from "b"\nfun()')
{ code: 'var a = require("b");fun()' }
```
replaces the newlines with `;` instead of `;\n`. now the output is all messed up :(
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.