andreypopp / andreypopp/es6-module-jstransform

AST -> remove newlines

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.