-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Recently, I noticed how our dependency modules are moving to Node 20. For example: microsoft/vscode-vsce#1035 #1567
Right now, the unique blocker is the usage of the --experimental-specifier-resolution=node, which starting from Node v19 has been deprecated. To replace it requires the usage of loaders like https://github.com/barhun/extensionless, which enables support to import modules without the file extension. In our case, modules from Buf are using relative imports without file extensions.
Metadata
Metadata
Assignees
Labels
No labels