any docs on what features `'use latest'` gives?
# prisma-whats-new
m
any docs on what features
'use latest'
gives?
a
ES6 support
Arrow functions, destructuring, import syntax, things like that. Haven't found any docs.
m
Arrow functions appear to be supported without the directive, but the others aren't. Would love it if we could also get async/await but I suppose that is ES7
a
The others are definitely supported with 'use latest'