fixed JS module autodetection with shebang (github issue #91)

This commit is contained in:
Fabrice Bellard
2023-12-27 18:19:46 +01:00
parent b4d80502b6
commit 2785ede778
2 changed files with 29 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
#! (shebang test)
import * as std from "std";
import * as os from "os";