-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Files generated by the protoc plugin, currently, import witht he following syntax import {x} from 'y' however for reasons outlined in nodejs/modules#444, the following syntax should be used for forward compatibility with esmodules import {x} from 'y.js'
Further reading:
https://nodejs.org/api/esm.html#import-specifiers
https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request