mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 17:52:45 +08:00
DEV: Remove unused htmlbars-inline-precompile shim (#24687)
Since 4425e99bf937ec1dea5cc91a2a188c052d70d3a9, 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", [
|
||||
"discourse-common/utils/decorators",
|
||||
"discourse-common/lib/deprecated",
|
||||
|
Loading…
x
Reference in New Issue
Block a user