DEV Community

Discussion on: Babel & ES6

Collapse
 
nektro profile image
Meghan (she/her)

I think it would be really cool if we as JS developers could declare which minimum version we were using as a flag to JS runtimes. Kinda along the same line of 'use strict'; and 'use asm';, there could be a 'use js 2016'; like syntax you could put at the top of your files.