-
Hey there! I've been working to add Babili to a project of mine that uses `transform-react-inline-elements` and I'm running into a little trouble. When used in combination, the two are emitting code i…
-
### Input Code
```js
class Parent {
doSomething () {
console.log('hi');
}
}
class Child extends Parent {
doAnother () {
setTimeout(() => {
super.doSomething();
}…
-
## Bug Report
**Current Behavior**
I see a class output like so:
```
var _dec, _class;
export let Arrow = (_dec = view.ui, _dec(_class = class Arrow extends React.Component {
}) || _clas…
natew updated
6 years ago
-
## Bug Report
**Current Behavior**
I use babel to build my scaffold tool and use the command below to exclude the template code:
```
babel src -d lib --ignore 'src/**/templates/' --copy-files --…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
I've written a small library and would like to use babel flow types without redefining them.
**Describe the…
-
## Bug Report
**Current Behavior**
When we use `@babel/preset-env` in conjunction with `@babel/plugin-transform-flow-strip-types`, comments are stripped from files which contain only flow types. N…
-
## Bug Report
**Current Behavior**
If the working path contains symlinked directory the configuration file isn't handled.
**Input Code**
I made dummy `test.js` with the content:
```js
export…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
I cannot cause a parse-error on Flow syntax in files that lack the Flow annotation, unless I also strip the Fl…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
Both `yarn` and `jest` have added first-class support for monorepos, there is the `workspaces` property from…
-
## Bug Report
**Current Behavior**
Hi, I'm using @babel/register with Visual Studio Code, however when I review my `console.log`s I see the path where is printed is wrong. The path is `debug:/home…