Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"style-loader@2.0.0": "patches/style-loader@2.0.0.patch",
"ember-css-url@1.0.0": "patches/ember-css-url@1.0.0.patch",
"ember-basic-dropdown@8.0.4": "patches/ember-basic-dropdown@8.0.4.patch",
"ember-source@5.4.1": "patches/ember-source@5.4.1.patch",
"monaco-editor@0.52.2": "patches/monaco-editor@0.52.2.patch",
"monaco-editor-webpack-plugin@7.1.0": "patches/monaco-editor-webpack-plugin@7.1.0.patch",
"@embroider/compat": "patches/@embroider__compat.patch",
"ember-eslint-parser": "patches/ember-eslint-parser.patch",
"openai": "patches/openai.patch",
"matrix-js-sdk@38.3.0": "patches/matrix-js-sdk@38.3.0.patch",
"@embroider/webpack": "patches/@embroider__webpack.patch"
"@embroider/webpack": "patches/@embroider__webpack.patch",
"ember-source": "patches/ember-source.patch"
},
"onlyBuiltDependencies": [
"esbuild",
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"ember-concurrency": "catalog:",
"ember-css-url": "^1.0.0",
"ember-elsewhere": "^2.0.0",
"ember-exam": "^9.0.0",
"ember-exam": "^10.0.0",
"ember-focus-trap": "^1.0.1",
"ember-freestyle": "^0.20.0",
"ember-keyboard": "^8.2.1",
Expand Down
15 changes: 15 additions & 0 deletions patches/ember-source.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/dist/ember-template-compiler.js b/dist/ember-template-compiler.js
index 01999af0c4c125af3c713318db7eb85fa492f72d..becb917a5b5fd7fd4883001210776ea34439c474 100644
--- a/dist/ember-template-compiler.js
+++ b/dist/ember-template-compiler.js
@@ -8288,9 +8288,7 @@ var define, require;
*/
toSlice(expected) {
const chars = this.data.asString();
- return void 0 !== expected && chars !== expected &&
- // eslint-disable-next-line no-console
- console.warn(`unexpectedly found ${JSON.stringify(chars)} when slicing source, but expected ${JSON.stringify(expected)}`), new SourceSlice({
+ return new SourceSlice({
loc: this,
chars: expected || chars
});
13 changes: 0 additions & 13 deletions patches/ember-source@5.4.1.patch

This file was deleted.

Loading
Loading