logoalt Hacker News

dfabulichyesterday at 5:04 PM1 replyview on HN

A virtual filesystem makes it possible for the ESM you import to statically import other files in the virtual filesystem, which isn't possible by just dynamically importing a blob. Anything your blob module imports has to be updated to dynamically import its dependencies via blobs.


Replies

apatheticonionyesterday at 11:05 PM

Correct. Especially painful if you use Worker threads or .node files