Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 19, 2022
1 parent 30bb341 commit 2681467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/lbt/modules/es6-syntax-dynamic-dependencies.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sap.ui.define([
'static/module1'
], () => {
// spread expression
const dynamicModules = ["not-detected/module1"]; // TODO: should this be supported?
// spread expression, currently not detected as dependency
const dynamicModules = ["not-detected/module1"];
sap.ui.require(["static/module1", ...dynamicModules]);
});

0 comments on commit 2681467

Please sign in to comment.