An open API service indexing awesome lists of open source software.

https://github.com/pyramation/babel-issue-15036


https://github.com/pyramation/babel-issue-15036

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# babel issue #15036

Leading Comments have no newlines anymore.

https://github.com/babel/babel/issues/15036

## how to run

```
yarn
yarn test:watch
```

## files of interest

- [output snapshot](https://github.com/pyramation/babel-issue-15036/blob/main/__tests__/__snapshots__/pure.test.ts.snap)
- [test file with AST](https://github.com/pyramation/babel-issue-15036/blob/main/__tests__/pure.test.ts)