Mark scripts as modules to avoid global name collision (#991)
This commit is contained in:
parent
42cc07e4a6
commit
9a950dc080
|
@ -50,3 +50,5 @@ async function main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
export {}
|
||||||
|
|
|
@ -61,3 +61,5 @@ async function main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
export {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user