discourse/lib/es6_module_transpiler/tilt
Kyle Zhao 8b2a379e4e
DEV: transpile certain ES6 files without producing a module (#6460)
`.js.no-module.es6` files will be transpiled without producing a module.

import/export statements are deliberately not supported, so one would still need to use 
`const module = require('moduleName').default.`
2018-10-09 09:18:23 +08:00
..
es6_module_transpiler_template.rb DEV: transpile certain ES6 files without producing a module (#6460) 2018-10-09 09:18:23 +08:00