discourse/plugins
Robin Ward a3f0543f99
Support for transpiling `.js` files (#9160)
* Remove some `.es6` from comments where it does not matter

* Use a post processor for transpilation

This will allow us to eventually use the directory structure to
transpile rather than the extension.

* FIX: Some errors and clean up in confirm-new-email

It would throw an error if the webauthn element wasn't present.
Also I changed things so that no-module is not explicitly
referenced.

* Remove `no-module`

Instead we allow a magic comment: `// discourse-skip-module` to prevent
the asset pipeline from creating a module.

* DEV: Enable babel transpilation based on directory

If it's in `app/assets/javascripts/dicourse` it will be transpiled
even without the `.es6` extension.

* REFACTOR: Remove Tilt/ES6ModuleTranspiler
2020-03-11 09:43:55 -04:00
..
discourse-details Update translations 2020-02-25 10:29:14 -05:00
discourse-internet-explorer FIX: Polyfill Promise for IE11 (#9057) 2020-02-27 12:13:07 +00:00
discourse-local-dates Support for transpiling `.js` files (#9160) 2020-03-11 09:43:55 -04:00
discourse-narrative-bot FIX: Various fixes to support posts with no user (#8877) 2020-03-11 14:03:20 +02:00
discourse-presence Merge imports from the same module (#9144) 2020-03-09 17:38:37 +01:00
lazy-yt DEV: Run prettier 2019-11-12 12:07:19 +01:00
poll DEV: Improve flaky time-sensitive specs (#9141) 2020-03-10 22:13:17 +01:00