discourse/lib/javascripts
David Taylor 25fabccd59
DEV: Enable parallel babel processing in ember-cli (#20215)
Ember CLI will automatically run babel transformations in parallel when the config is 'serializable', and can therefore be applied in multiple processes automatically. If any plugin is defined in an unserializable way, parallelisation will be disabled.

Our discourse-widget-hbs transformer was causing parallelisation to be disabled. This commit fixes that, and also enables the throwUnlessParallelizable flag so that we catch this kind of issue more easily in future.

This commit also refactors our deprecation silencing system into its own file, and uses a fake babel plugin to ensure deprecations are silenced in babel worker processes.

In our GitHub CI jobs, this doubles the speed of ember builds (1m30s -> 45s). It should also improve production deploy times, and cold-start dev builds.
2023-02-09 16:24:24 +00:00
..
locale FIX: Use correct plural rules for Russian (#19467) 2022-12-14 18:56:46 +01:00
messageformat-lookup.js DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
messageformat.js DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00