Skip to content

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

Merged
jrieken merged 1 commit intomainfrom
remove-node-buffer-dependency
Dec 9, 2025
Merged

Remove Node.js API dependencies (Buffer, path module)#1252
jrieken merged 1 commit intomainfrom
remove-node-buffer-dependency

Conversation

@jrieken
Copy link
Copy Markdown
Member

@jrieken jrieken commented Dec 9, 2025

  • Replace Buffer with Uint8Array and TextEncoder
  • Replace path module with native string manipulation
  • Replace NodeJS.Timeout with ReturnType

Fixes #550

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

Fixes #550
@jrieken jrieken enabled auto-merge December 9, 2025 15:00
@vs-code-engineering vs-code-engineering Bot added this to the December / January 2026 milestone Dec 9, 2025
@jrieken jrieken merged commit 0c01b9a into main Dec 9, 2025
7 checks passed
@jrieken jrieken deleted the remove-node-buffer-dependency branch December 9, 2025 15:18
@rynose3344
Copy link
Copy Markdown

![tabScreenshot](https://github.com/user-attachments/assets/ee0db98f-5100-4de0-8b10-26b9586522cc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the Extension samples compatible with web extensions

3 participants