Recipe catalogJavaScript CodemodsECMAScript5to6On this page5to6 Composite Recipes Recipes that include further recipes, often including the individual recipes below. Upgrade ECMAScript 5 to ECMAScript 6 Recipes Convert var to let Generate named exports from CommonJS modules Remove "use strict" directives Replace all function expressions with only return statement with simple arrow Transform AMD style define() calls to ES6 import statements Transform CommonJS style require() calls to ES6 import statements