discourse/app/assets/javascripts/pretty-text
Robin Ward ba3014f9f9 REFACTOR: Do not rely on module order for discourse-markdown loading
Before this patch, discourse-markdown depended on the modules in its
bundle being defined in a specific order or it wouldn't load properly.

Now, any file in the bundle can export a `priority` const (default 0)
and files will be loaded in order of ascending priority instead. This
allows us to use a bundle packaged in any order we want.
2020-09-18 13:31:55 -04:00
..
addon REFACTOR: Do not rely on module order for discourse-markdown loading 2020-09-18 13:31:55 -04:00
app DEV: Move pretty-text into an ember-addon format (#9689) 2020-05-07 12:37:47 -04:00
config DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
engines/discourse-markdown REFACTOR: Do not rely on module order for discourse-markdown loading 2020-09-18 13:31:55 -04:00
vendor DEV: Ember Addon needs a vendor dir 2020-05-07 15:45:35 -04:00
ember-cli-build.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
index.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
package.json DEV: Fix package.json issues and reroll yarn.lock 2020-08-14 12:00:35 +02:00
yarn.lock Build(deps): Bump lodash in /app/assets/javascripts/pretty-text 2020-09-08 10:25:45 -04:00