Babel Bot

Results 15 issues of Babel Bot

Original issue submitted by @attatrol in https://github.com/babel/babel/issues/8980 ## Bug Report **Current Behavior** IE 11.0.14393.0 returns error `Syntax error in regular exception` when i try to copy the minified code in...

bug

Original issue submitted by @GrantGryczan in https://github.com/babel/babel/issues/8511 ## Bug Report **Current Behavior** I'm using the following source code. ```js const max = (...values) => Math.max(...values); ``` When transpiled with minification...

Original issue submitted by @armorik83 in https://github.com/babel/babel/issues/1301 Champion: @igorminar Spec Repo: N/A Spec Doc: https://docs.google.com/document/d/1Qpkqf_8NzAwfD8LdnqPjXAQ2wwh8BBUGynhn-ZlCWT0/edit ## Example ```js class MyComponent { refresh(@lastRefreshTime timeStamp) {} } ``` - [ ] I...

Proposal Issue
Status: Not Started

Original issue submitted by @babel-bot in https://github.com/babel/babel/issues/4408 Champions: @jeffmo (public class fields) @littledan (private + combined) Spec Repo: https://github.com/tc39/proposal-class-fields Spec Text: https://tc39.github.io/proposal-class-fields/ Slides: https://drive.google.com/file/d/0B-TAClBGyqSxWHpyYmg2UnRHc28/view > Moved to Stage 3 at...

Proposal Issue
Transform: In Progress

Original issue submitted by @kittens in https://github.com/babel/babel/issues/2645 Champion: @wycats @bterlson Spec Repo: https://github.com/tc39/proposal-decorators Spec Text: https://tc39.github.io/proposal-decorators/ Babylon Label: https://github.com/babel/babylon/labels/Spec%3A%20Decorators > Remained at Stage 2 at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md...

Proposal Issue
Transform: In Progress

Original issue submitted by @hzoo in https://github.com/babel/babel/issues/5832 Original issue submitted by @hzoo in https://github.com/babel/babylon/issues/539 > import.meta for stage 2 (Domenic Denicola) (@domenic) ## Info Proposed at TC39 Meeting: [May 2017](https://github.com/tc39/agendas/blob/master/2017/05.md)...

Proposal Issue
Parsing: Done

Original issue submitted by @wrbing728 in https://github.com/babel/babel/issues/9980 ## Bug Report **Current Behavior** Just see the nodent below, async/await was transformed to block-scope function, which is not supported in iOS9.x ![image](https://user-images.githubusercontent.com/8429360/57746833-8451b580-7705-11e9-9536-c0777801ebfb.png)...

Original issue submitted by @mgroenhoff in https://github.com/babel/babel/issues/9019 ## Bug Report **Current Behavior** The state machine produced by `@babel/plugin-transform-regenerator` is incorrect and *can* produce an infinite loop using nested try/catch/finally statements...

Original issue submitted by @quasicomputational in https://github.com/babel/babel/issues/9535 ## Bug Report **Current Behavior** Only the first `await yield*` is run, with the `combiner` function exiting immediately after it completes. When run...

> Issue originally made by @janflyborg ### Bug information - **Babel version:** 6.9.0 - **Node version:** 6.2.2 - **npm version:** 3.10.2 ### Options I have a script named dispatcher.js which...

pkg: node