mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
`.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.`