lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://deno.land/x/esbuild_deno_loader
MIT License
162 stars 43 forks source link

fix: fix warning in resolveImportMap, by not passing additional keys in the ImportMap #65

Closed 0xxFF closed 1 year ago

0xxFF commented 1 year ago

Otherwise the following warning will be logged: an invalid top-level key was present in the import map.

lucacasonato commented 1 year ago

Then don't put other top level keys in your import map?

0xxFF commented 1 year ago

I am using the imports / scopes property in the deno.json file.