Skip to content

Commit

Permalink
[INTERNAL] Move TODOs for 5.0 (#999)
Browse files Browse the repository at this point in the history
JIRA: CPOUI5FOUNDATION-802

jridgewell/trace-mapping#29 got resolved and
merged, but Terser still have not updated their dependency
  • Loading branch information
d3xter666 committed Mar 5, 2024
1 parent feeec88 commit f388beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processors/minifier.js
Expand Up @@ -226,7 +226,7 @@ export default async function({
const sourceMapJson = JSON.parse(sourceMapContent);

if (sourceMapJson.sections) {
// TODO 4.0
// TODO 5.0
// Module "@jridgewell/trace-mapping" (used by Terser) can't handle index map sections lacking
// a "names" array. Since this is a common occurrence for UI5 Tooling bundles, we search for
// such cases here and fix them until https://github.com/jridgewell/trace-mapping/pull/29 is
Expand Down

0 comments on commit f388beb

Please sign in to comment.