File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -304,4 +304,4 @@ export { UpdatableReference } from './utils/references';
304304export { default as iterableFor } from './utils/iterable' ;
305305export { default as DebugStack } from './utils/debug-stack' ;
306306export { default as OutletView } from './views/outlet' ;
307- export { isSerializationFirstNode , SERIALIZATION_FIRST_NODE_STRING } from './utils/serialization-first-node-helpers' ;
307+ export { isSerializationFirstNode } from './utils/serialization-first-node-helpers' ;
Original file line number Diff line number Diff line change 1- export { isSerializationFirstNode , SERIALIZATION_FIRST_NODE_STRING } from '@glimmer/util' ;
1+ export { isSerializationFirstNode } from '@glimmer/util' ;
Original file line number Diff line number Diff line change @@ -429,8 +429,7 @@ import {
429429 isHTMLSafe ,
430430 getTemplates ,
431431 setTemplates ,
432- isSerializationFirstNode ,
433- SERIALIZATION_FIRST_NODE_STRING
432+ isSerializationFirstNode
434433} from 'ember-glimmer' ;
435434
436435Ember . Component = Component ;
@@ -504,8 +503,7 @@ Ember.ViewUtils = {
504503 getViewBoundingClientRect : views . getViewBoundingClientRect ,
505504 getRootViews : views . getRootViews ,
506505 getChildViews : views . getChildViews ,
507- isSerializationFirstNode : isSerializationFirstNode ,
508- SERIALIZATION_FIRST_NODE_STRING : SERIALIZATION_FIRST_NODE_STRING
506+ isSerializationFirstNode : isSerializationFirstNode
509507} ;
510508
511509Ember . TextSupport = views . TextSupport ;
You can’t perform that action at this time.
0 commit comments