DEV: Remove unused htmlbars-inline-precompile shim (#24687)
Since 4425e99bf9
, we no longer ship the template compiler to the client under any circumstances, so this shim doesn't work. Plus, even if it did work, it would trigger the ember-global deprecation and fail under Ember 4+.
This commit is contained in:
parent
e0c876696a
commit
cdb904a1b0
|
@ -16,12 +16,6 @@ define("I18n", [
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
define("htmlbars-inline-precompile", ["exports"], function (exports) {
|
|
||||||
exports.default = function tag(strings) {
|
|
||||||
return Ember.Handlebars.compile(strings[0]);
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
define("ember-addons/ember-computed-decorators", [
|
define("ember-addons/ember-computed-decorators", [
|
||||||
"discourse-common/utils/decorators",
|
"discourse-common/utils/decorators",
|
||||||
"discourse-common/lib/deprecated",
|
"discourse-common/lib/deprecated",
|
||||||
|
|
Loading…
Reference in New Issue