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 @@ -305,4 +305,4 @@ export { default as DebugStack } from './utils/debug-stack';
305305export { default as OutletView } from './views/outlet' ;
306306export { default as CustomComponentManager } from './component-managers/custom' ;
307307export { COMPONENT_MANAGER , componentManager } from './utils/custom-component-manager' ;
308- export { isSerializationFirstNode , SERIALIZATION_FIRST_NODE_STRING } from './utils/serialization-first-node-helpers' ;
308+ 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 @@ -430,8 +430,7 @@ import {
430430 template ,
431431 TextField ,
432432 TextArea ,
433- isSerializationFirstNode ,
434- SERIALIZATION_FIRST_NODE_STRING
433+ isSerializationFirstNode
435434} from 'ember-glimmer' ;
436435
437436Ember . Component = Component ;
@@ -510,8 +509,7 @@ Ember.ViewUtils = {
510509 getViewBoundingClientRect : views . getViewBoundingClientRect ,
511510 getRootViews : views . getRootViews ,
512511 getChildViews : views . getChildViews ,
513- isSerializationFirstNode : isSerializationFirstNode ,
514- SERIALIZATION_FIRST_NODE_STRING : SERIALIZATION_FIRST_NODE_STRING
512+ isSerializationFirstNode : isSerializationFirstNode
515513} ;
516514
517515Ember . TextSupport = views . TextSupport ;
You can’t perform that action at this time.
0 commit comments