A follow up from https://github.com/babel/babel/pull/2969 were we added support for consts in the block-scoping plugin.
3 lines
22 B
JavaScript
3 lines
22 B
JavaScript
const foo = 1;
|
|
foo++;
|