Skip to content

Commit 81080dc

Browse files
wip
1 parent c19b58e commit 81080dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickjs_utils/modules.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub fn set_module_loader(q_js_rt: &QuickJsRuntimeAdapter) {
7878

7979
/// detect if a script is module (contains import or export statements)
8080
pub fn detect_module(source: &str) -> bool {
81-
// own impl since detectmodule in quickjs-ng is broken since 0.7.0
81+
// own impl since detectmodule in quickjs-ng is different since 0.7.0
8282
// https://github.com/quickjs-ng/quickjs/issues/767
8383

8484
// Check for static `import` statements

0 commit comments

Comments
 (0)