feat: Map additional typescript script targets and module kinds#6694
Open
davidkna-sap wants to merge 7 commits into
Open
feat: Map additional typescript script targets and module kinds#6694davidkna-sap wants to merge 7 commits into
davidkna-sap wants to merge 7 commits into
Conversation
davidkna-sap
commented
Jun 22, 2026
davidkna-sap
commented
Jun 23, 2026
…ptions * origin/main: (47 commits) feat(deps): bump eslint-plugin-jsdoc from 63.0.10 to 63.0.13 (#6751) feat(deps-dev): bump typedoc from 0.28.19 to 0.28.20 (#6752) feat(deps-dev): bump @types/node from 22.20.0 to 22.20.1 (#6756) feat(deps): bump the codeql group across 1 directory with 3 updates (#6763) chore: Remove devEngines constraint again (#6760) chore: Only allow single pnpm version for dependabot (corepack) (#6761) chore: re-add pnpm-version option (#6762) chore: group codeql action updates (#6759) feat(deps): bump typescript to v6/v7 (#6472) chore: Try to fix dependabot pnpm handling (#6747) chore(deps): bump actions/setup-node in /.github/actions/setup (#6754) chore(deps): bump bignumber.js from 11.1.4 to 11.1.5 (#6749) chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#6708) chore(deps-dev): bump @cap-js/sqlite from 2.4.0 to 3.0.2 (#6739) chore(deps-dev): bump @sap/cds-dk from 9.9.2 to 10.0.3 (#6736) fix: destination fetch option XOR typing (#6701) feat: Add agentOptions for configuration (#6725) chore: Rewrite resolution dynamically to avoid artifactory tarballs (#6735) chore: Move to pnpm 11 (#6740) chore(deps-dev): bump @sap/cds from 10.0.2 to 10.0.3 (#6742) ...
davidkna-sap
force-pushed
the
extend-generator-ts-options
branch
from
July 14, 2026 10:14
a40ef3b to
a7d8da3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes SAP/cloud-sdk-backlog#ISSUENUMBER.
This allow using more recent ES* targets.
Not sure about the impact of adding certain module kinds like
umd, but supporting all options doesn't appear to be unreasonable.