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
I assume this is an overly ambitious code block that's trying to replace invalid characters with underscores but it shouldn't do that with numbers since _c43721_rcon is a valid import name in JS (at least that's what my editor is suggesting.)
I'd expect this to be import * as _c43721_rcon from "jsr:@c43721/rcon";
I assume this is an overly ambitious code block that's trying to replace invalid characters with underscores but it shouldn't do that with numbers since
_c43721_rcon
is a valid import name in JS (at least that's what my editor is suggesting.)I'd expect this to be
import * as _c43721_rcon from "jsr:@c43721/rcon";
Example: https://jsr.io/@c43721/rcon
The text was updated successfully, but these errors were encountered: