SIGN IN SIGN UP

Remove Node.js API dependencies (Buffer, path module)

- Replace Buffer with Uint8Array and TextEncoder
- Replace path module with native string manipulation
- Replace NodeJS.Timeout with ReturnType<typeof setTimeout>

Fixes microsoft/vscode-extension-samples#550
J
Johannes committed
f31c838a3f0571a5dc49b8a23617827742150358
Parent: 5839b5c