nested import statements

# #!/JoePea (4 years ago)

Why isn't it a thing yet?

At runtime they'd be similar to awaiting an import statement.

Maybe a requirement should be that nested (statically-analyzable) imports should appear only within async functions (so they operate the same as await import()).

Is there something bad about the idea that isn't described in those writings?

#!/JoePea