File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import type { CapacitorGlobal , PluginImplementations } from './definitions.js' ;
21import type {
32 CapacitorCustomPlatformInstance ,
43 CapacitorInstance ,
54 PluginHeader ,
65 WindowCapacitor ,
76} from './definitions-internal.js' ;
7+ import type { CapacitorGlobal , PluginImplementations } from './definitions.js' ;
88import { CapacitorException , getPlatformId , ExceptionCode } from './util.js' ;
99
1010export interface RegisteredPlugin {
Original file line number Diff line number Diff line change 33 */
44
55import { initBridge } from '../../native-bridge.js' ;
6- import type { CapacitorGlobal , Plugin } from '../definitions.js' ;
76import type { WindowCapacitor , CapacitorInstance } from '../definitions-internal.js' ;
7+ import type { CapacitorGlobal , Plugin } from '../definitions.js' ;
88import { initCapacitorGlobal } from '../runtime.js' ;
99import { ExceptionCode } from '../util.js' ;
1010import { WebPlugin } from '../web-plugin.js' ;
You can’t perform that action at this time.
0 commit comments