dnt icon indicating copy to clipboard operation
dnt copied to clipboard

fix: new import.meta implement by ponyfill

Open Gaubee opened this issue 1 year ago • 0 comments

in commonjs, import.meta.resolve use nodejs buildin require.resolve

in esmodule, import.meta.resolve use nodejs buildin import.meta.resolve or createRequest(filename).resolve

add import.meta.filename / import.meta.dirname support

Gaubee avatar Sep 23 '24 04:09 Gaubee