File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,6 @@ namespace Ember {
192
192
export type ActionHandler = InternalActionHandler ;
193
193
export const Comparable = InternalComparable ;
194
194
export type Comparable = InternalComparable ;
195
-
196
- // This syntax is namespace-specific: `import` in a namespace is aliasing one
197
- // namespace to another, while `export` marks the item public on the namespace
198
- // (as with the rest of the exported items).
199
195
export const RSVP = _RSVP ;
200
196
export type RSVP = typeof _RSVP ;
201
197
@@ -748,11 +744,4 @@ defineEmberTestingLazyLoad('setupForTesting');
748
744
// @ts -expect-error Per types, runLoadHooks requires a second parameter. Should we loosen types?
749
745
applicationRunLoadHooks ( 'Ember' ) ;
750
746
751
- // the special "export import" syntax above doesn't actually transpile correctly
752
- // under all build configurations. It seems to work if you're simultaneously
753
- // transpiling ESM to AMD but breaks when keeping ESM output.
754
- //
755
- // This is a workaround to ensure that the runtime is actually included.
756
- Ember . RSVP = _RSVP ;
757
-
758
747
export default Ember ;
You can’t perform that action at this time.
0 commit comments