|
|
|
@ -3,7 +3,6 @@ import {RemixPlugin} from './Client' |
|
|
|
|
import {Logger} from './logger' |
|
|
|
|
import {filePanelProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {filSystemProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {dGitProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {editorProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {settingsProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {networkProfile} from '@remixproject/plugin-api' |
|
|
|
@ -12,8 +11,13 @@ import {compilerProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {contentImportProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {windowProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {pluginManagerProfile} from '@remixproject/plugin-api' |
|
|
|
|
import {Profile} from '@remixproject/plugin-utils' |
|
|
|
|
import {LibraryProfile, Profile} from '@remixproject/plugin-utils' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const dGitProfile: LibraryProfile<any> = { |
|
|
|
|
name: 'dgitApi', |
|
|
|
|
methods: ['status', 'log', 'commit', 'add', 'branches'], |
|
|
|
|
} |
|
|
|
|
import './app.css' |
|
|
|
|
|
|
|
|
|
const client = new RemixPlugin() |
|
|
|
|