Skip to content

Commit 978fa1a

Browse files
committed
keep ember access
1 parent 4b1c453 commit 978fa1a

File tree

4 files changed

+1788
-1292
lines changed

4 files changed

+1788
-1292
lines changed

broccoli/amd-compat-entrypoints/ember.debug.js

-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ d('@ember/controller/index', emberControllerIndex);
197197
import * as emberDebugIndex from '@ember/debug/index';
198198
d('@ember/debug/index', emberDebugIndex);
199199

200-
import * as emberDebugInspectorSupportIndex from '@ember/debug/ember-inspector-support/index';
201-
d('@ember/debug/ember-inspector-support/index', emberDebugInspectorSupportIndex);
202-
203200
import * as emberDebugLibCaptureRenderTree from '@ember/debug/lib/capture-render-tree';
204201
d('@ember/debug/lib/capture-render-tree', emberDebugLibCaptureRenderTree);
205202

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
"router_js": "^8.0.5",
105105
"semver": "^7.5.2",
106106
"silent-error": "^1.1.1",
107-
"simple-html-tokenizer": "^0.5.11",
108-
"source-map-js": "^1.2.1"
107+
"simple-html-tokenizer": "^0.5.11"
109108
},
110109
"devDependencies": {
111110
"@aws-sdk/client-s3": "^3.731.0",
@@ -441,4 +440,4 @@
441440
"node": "16.20.0",
442441
"pnpm": "8.10.0"
443442
}
444-
}
443+
}

0 commit comments

Comments
 (0)