mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
migrate github-extension to ESM
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { publishRepository } from './publish';
|
||||
import { API as GitAPI, RemoteSourcePublisher, Repository } from './typings/git';
|
||||
import { publishRepository } from './publish.js';
|
||||
import { API as GitAPI, RemoteSourcePublisher, Repository } from './typings/git.js';
|
||||
|
||||
export class GithubRemoteSourcePublisher implements RemoteSourcePublisher {
|
||||
readonly name = 'GitHub';
|
||||
|
||||
Reference in New Issue
Block a user