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:
David Taylor 2023-12-04 12:34:45 +00:00 committed by GitHub
parent e0c876696a
commit cdb904a1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",