File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,6 +145,18 @@ export default class Application extends Route {
145145 } ;
146146 } ,
147147 'reactiveweb/remote-data' : ( ) => import ( 'reactiveweb/remote-data' ) ,
148+ 'reactiveweb/debounce' : ( ) => import ( 'reactiveweb/debounce' ) ,
149+ 'reactiveweb/sync' : ( ) => import ( 'reactiveweb/sync' ) ,
150+ 'reactiveweb/throttle' : ( ) => import ( 'reactiveweb/throttle' ) ,
151+ 'reactiveweb/link' : ( ) => import ( 'reactiveweb/link' ) ,
152+ 'reactiveweb/document-head' : ( ) => import ( 'reactiveweb/document-head' ) ,
153+ 'reactiveweb/effect' : ( ) => import ( 'reactiveweb/effect' ) ,
154+ 'reactiveweb/fps' : ( ) => import ( 'reactiveweb/fps' ) ,
155+ 'reactiveweb/function' : ( ) => import ( 'reactiveweb/function' ) ,
156+ 'reactiveweb/get-promise-state' : ( ) => import ( 'reactiveweb/get-promise-state' ) ,
157+ 'reactiveweb/image' : ( ) => import ( 'reactiveweb/image' ) ,
158+ 'reactiveweb/keep-latest' : ( ) => import ( 'reactiveweb/keep-latest' ) ,
159+ 'reactiveweb/wait-until' : ( ) => import ( 'reactiveweb/wait-until' ) ,
148160 'ember-focus-trap/modifiers/focus-trap' : ( ) =>
149161 // @ts -expect-error - no types provided
150162 import ( 'ember-focus-trap/modifiers/focus-trap' ) ,
You can’t perform that action at this time.
0 commit comments