rm push/pop
This commit is contained in:
@@ -109,7 +109,7 @@ function trace_imports(file_path, depth) {
|
||||
|
||||
all_packages[imp_pkg] = true
|
||||
|
||||
push(all_imports, {
|
||||
all_imports[] = {
|
||||
from: file_path,
|
||||
from_pkg: file_pkg,
|
||||
module_path: mod_path,
|
||||
@@ -117,7 +117,7 @@ function trace_imports(file_path, depth) {
|
||||
package: imp_pkg,
|
||||
type: imp_type,
|
||||
depth: depth
|
||||
})
|
||||
}
|
||||
|
||||
// Recurse into resolved scripts
|
||||
if (resolved && (ends_with(resolved, '.cm') || ends_with(resolved, '.ce'))) {
|
||||
|
||||
Reference in New Issue
Block a user