discourse/lib/es6_module_transpiler
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
..
rails Transpile ES6 even without node, just using rubyracer 2014-05-08 11:35:33 -04:00
tilt DEV: transpile certain ES6 files without producing a module (#6460) 2018-10-09 09:18:23 +08:00
rails.rb Plugins: Prefix `discourse/plugins/PLUGINNAME` for plugin export names. 2014-05-15 16:31:45 -04:00
sprockets.rb DEV: transpile certain ES6 files without producing a module (#6460) 2018-10-09 09:18:23 +08:00
tilt.rb Transpile ES6 even without node, just using rubyracer 2014-05-08 11:35:33 -04:00