mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Depend on platform implementations for common features (#165950)
* don't depend on externals * remove unneeded externals
This commit is contained in:
committed by
GitHub
parent
1784a7ed34
commit
b9b93f2b45
8
extensions/github-authentication/src/node/crypto.ts
Normal file
8
extensions/github-authentication/src/node/crypto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { webcrypto } from 'crypto';
|
||||
|
||||
export const crypto = webcrypto as any as Crypto;
|
||||
Reference in New Issue
Block a user