Open hzoo opened 5 years ago
@babel/plugin-proposal-class-properties
which visits Class
and not ClassProperty
path.traverse
should "delegate to the outer traversal", rather than having higher precedencebabel.config.json
Babel test fixtures viewer: Read input.js
and output.json
, render them in a two column view like https://astexplorer.net/. Good to check whether the loc
is correct,type
is correct or if it is parsed as wrong AST node.
Confusion around Babel 7 + monorepo setup, maybe just need to add examples (as Babel itself is a monorepo)
JSX changes
Port to TS
Redo State API, files/options
Async Visitors (or just pause/resume traversal since synchronous)
Think of some GitHub Actions ideas for contributions?
Add to our FAQ?
need to figure out how to better maintain babel/proposals..
maybe better integrate babel-macros ideas into core (explicit imports vs. global scope for syntax)
Jason's un-transpiler https://twitter.com/_developit/status/1179845100270170112?s=20 integration
stage 0/1 versioning.. https://twitter.com/maybekatz/status/1179866259292217344?s=20
test262: create our own website that uses whitelist to showcase our caveats/won'tfix/unsupported features