You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dunno if this makes sense in a Deno context, but I've seen people do things like
import{version}from'../package.json'
but this fails:
error: An unsupported media type was attempted to be imported as a module.
Specifier: https://raw.githubusercontent.com/wrnrlr/as-bind/master/package.json
MediaType: Json
Same failure when importing local copy of same code.
The text was updated successfully, but these errors were encountered:
Dunno if this makes sense in a Deno context, but I've seen people do things like
but this fails:
Same failure when importing local copy of same code.
The text was updated successfully, but these errors were encountered: