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
functionb(e){switch(e){case"./languages/asm":
case"./languages/asm.js":
returnimport("./asm-c2d0ef48.js");case"./languages/bash":
case"./languages/bash.js":
returnimport("./bash-c3851741.js");case"./languages/bf":
case"./languages/bf.js":
// And many more
And all the mentioned files are also present automatically.
Information
1.1.11
Description
Unable to import language either dynamically or directly when bundled by Vite.
Example
Expected behavior
Able to import without error.
Actual Behavior
Either, this when directly importing:
Or, this in the console when dynamically importing (which is done by
tokenize
whenlang
is of type string):The text was updated successfully, but these errors were encountered: