File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2020import { PluginInitializerContext } from '../../../core/public' ;
2121import { BfetchPublicPlugin } from './plugin' ;
2222
23- export * from './plugin' ;
23+ export { BfetchPublicSetup , BfetchPublicStart } from './plugin' ;
2424
2525export function plugin ( initializerContext : PluginInitializerContext ) {
2626 return new BfetchPublicPlugin ( initializerContext ) ;
Original file line number Diff line number Diff line change 2020import { PluginInitializerContext } from '../../../core/server' ;
2121import { BfetchServerPlugin } from './plugin' ;
2222
23- export * from './plugin' ;
23+ export { BfetchServerSetup , BfetchServerStart } from './plugin' ;
2424
2525export function plugin ( initializerContext : PluginInitializerContext ) {
2626 return new BfetchServerPlugin ( initializerContext ) ;
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- export * from '../common' ;
20+ export { defer } from '../common' ;
2121export * from './core' ;
2222export * from './errors' ;
23- export * from './errors' ;
2423export * from './field_mapping' ;
2524export * from './parse' ;
2625export * from './render_complete' ;
You can’t perform that action at this time.
0 commit comments