mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +08:00
525cfcbe0e
We run the ember-this-fallback transformation on plugin and theme code so that they can continue omitting `this.` in `.hbs` templates. A bug in the implementation meant that it was incorrectly transforming things like `{{dir/some-component}}` into `<DirSomeComponent />` (rather than `<Dir::SomeComponent />`). This commit uses patch-package to apply the fix from https://github.com/tildeio/ember-this-fallback/pull/56 |
||
---|---|---|
.. | ||
@ember+jquery+2.0.0.patch | ||
babel-plugin-debug-macros+0.3.4.patch | ||
content-tag+1.1.2.patch | ||
ember-source+3.28.12.patch | ||
ember-this-fallback+0.3.1+001+initial.patch | ||
ember-this-fallback+0.3.1+002+themes.patch | ||
ember-this-fallback+0.3.1+003+fix-nested-components.patch | ||
virtual-dom+2.1.1.patch |