We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19b58e commit 81080dcCopy full SHA for 81080dc
src/quickjs_utils/modules.rs
@@ -78,7 +78,7 @@ pub fn set_module_loader(q_js_rt: &QuickJsRuntimeAdapter) {
78
79
/// detect if a script is module (contains import or export statements)
80
pub fn detect_module(source: &str) -> bool {
81
- // own impl since detectmodule in quickjs-ng is broken since 0.7.0
+ // own impl since detectmodule in quickjs-ng is different since 0.7.0
82
// https://github.com/quickjs-ng/quickjs/issues/767
83
84
// Check for static `import` statements
0 commit comments