rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to Babel

Results 4 rfcs issues
Sort by recently updated
recently updated
newest added

## [View Rendered Text](https://github.com/babel/rfcs/blob/nicolo-ribaudo/bundle-plugins/rfcs/0000-move-ecmascript-plugins-to-core.md) I wrote this RFC as an attempt to solve the "how do we make sure that plugins are compatible with older `@babel/core` versions" problem. This change...

repo: babel/babel
status: proposed

## [View Rendered Text](https://github.com/JLHwung/babel-rfcs/blob/record-property-ast-type/rfcs/0000-record-property-ast-node.md) This PR proposes a new node type `RecordProperty` which shares the same interface with `ObjectProperty`. This type is only valid in `RecordExpression`. The new node type...

repo: babel/babel
status: proposed

> Quick notes so not an RFC but just wanted to track. Relates to or depends on https://github.com/babel/rfcs/pull/2 which moves the targets config to `@babel/core`. Just taking that idea further....

## [View as rendered text](https://github.com/nicolo-ribaudo/babel-rfcs/blob/format-preserving-code-printer/rfcs/0000-format-preserving-code-printer.md) We have been talking for a while about an option to preserve the output format after running Babel, so I wrote down how I think...

repo: babel/babel
status: proposed