From ae2a1c739975388ee1133200743945d73dea22d9 Mon Sep 17 00:00:00 2001 From: Asger F Date: Wed, 23 Aug 2023 13:39:56 +0200 Subject: [PATCH] JS: Change note --- .../ql/src/change-notes/2023-08-23-import-path-string.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 javascript/ql/src/change-notes/2023-08-23-import-path-string.md diff --git a/javascript/ql/src/change-notes/2023-08-23-import-path-string.md b/javascript/ql/src/change-notes/2023-08-23-import-path-string.md new file mode 100644 index 00000000000..64a70c1fe10 --- /dev/null +++ b/javascript/ql/src/change-notes/2023-08-23-import-path-string.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Imports can now be resolved in more cases, where a non-constant string expression is passed to a `require()` call.