notes
notes copied to clipboard
♬ Notes from the @Babel Team (discuss in PRs)
I didn't know where to write these things that I should remember to do when releasing the next version, but I think that an issue in this repo is ok...
@babel/babel feel free to add items to the agenda! - [ ] Discuss about a possible policy regarding what political/human rights messages we should share on our platform - [...
Writing down some idea(s): > https://eslint.org/docs/developer-guide/selectors ```js { "IfStatement > BlockStatement": function(blockStatementNode) { // ...your logic here }, } ``` ``` "no-restricted-syntax": ["error", "IfStatement > :not(BlockStatement).consequent"] ``` Not sure if...
Just another idea I had for making it easier to create new syntax (not necessarily for production or standardization but to test out ideas). Currently, the only thing you can...
Didn't want to spam our release issue too much so just writing this here as well. > [#10746, Pinned Babel 8 Release Plan Issue](https://github.com/babel/babel/issues/10746) There are a lot of concerns...
> From https://twitter.com/left_pad/status/1177371889477533698?s=20 - Confusion around Babel 7 + monorepo setup, maybe just need to add examples (as Babel itself is a monorepo) - JSX changes - Port to TS...
- [ ] Automatically publish a Babel release to npm and generate the github changelog when a new `v*` tag is pushed. (I'm already experimenting with this) Changelog generation at...
Ref https://twitter.com/left_pad/status/907357756713205761 Didn't give enough context into what "analytics" means so I'l write that here. As Sebastian wrote, doing analytics similar to how other projects do/did it with things like...
> I just choose this repo since it's just a markdown file and didn't want to use a gist since there aren't any notifications > Just wrote down some quick...
EDIT: can also be an eslint rule/plugin or a combination of both Pardon my inexperience/lack of knowledge in all of this but wanted to get some ideas down so we...