babel / notes

♬ Notes from the @Babel Team (discuss in PRs)
https://github.com/babel/notes#meetings
122 stars 16 forks source link

🧠 Ideas/Issues dump #101

Open hzoo opened 4 years ago

hzoo commented 4 years ago

From https://twitter.com/left_pad/status/1177371889477533698?s=20


test262: create our own website that uses whitelist to showcase our caveats/won'tfix/unsupported features

nicolo-ribaudo commented 4 years ago
hzoo commented 4 years ago
JLHwung commented 4 years ago

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.