File tree Expand file tree Collapse file tree
packages/@ember/-internals/glimmer/lib/component-managers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 346346 "@simple-dom/document/index.js" : " ember-source/@simple-dom/document/index.js" ,
347347 "backburner.js/index.js" : " ember-source/backburner.js/index.js" ,
348348 "dag-map/index.js" : " ember-source/dag-map/index.js" ,
349- "ember-template-compiler/index.js" : " ember-source/ember-template-compiler/index.js" ,
350349 "ember-testing/index.js" : " ember-source/ember-testing/index.js" ,
351350 "ember-testing/lib/adapters/adapter.js" : " ember-source/ember-testing/lib/adapters/adapter.js" ,
352351 "ember-testing/lib/adapters/qunit.js" : " ember-source/ember-testing/lib/adapters/qunit.js" ,
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export default class CurlyComponentManager
249249 { isInteractive } : Environment ,
250250 dynamicScope : DynamicScope ,
251251 callerSelfRef : Reference ,
252- hasBlock : boolean
252+ _hasBlock : boolean
253253 ) : ComponentStateBucket {
254254 // Get the nearest concrete component instance from the scope. "Virtual"
255255 // components will be skipped.
You can’t perform that action at this time.
0 commit comments