fix(typescript): enable importFileExtension option#275
fix(typescript): enable importFileExtension option#275k8s-ci-robot merged 1 commit intokubernetes-client:masterfrom
Conversation
This commit updates the TypeScript generator options to include importFileExtension. This is done in order to support ESM in the JavaScript client, as ESM requires explicit extensions. Refs: kubernetes-client/javascript#2062
|
Welcome @cjihrig! |
This is necessary for ESM support. Refs: kubernetes-client#2062 Refs: kubernetes-client/gen#275
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, cjihrig The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit updates the TypeScript generator options to include importFileExtension. This is done in order to support ESM in the JavaScript client, as ESM requires explicit extensions.
Refs: kubernetes-client/javascript#2062