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
If I understand correctly, what this package does (among other things) is to convert e.g. the string npm:ts-blank-space to ~/Library/Caches/deno/npm/registry.npmjs.org/ts-blank-space/0.4.1/out/index.js. Could this be exposed as a normal function? Or is there an easy way to get that out of the esbuild plugin that's already exported?
If I understand correctly, what this package does (among other things) is to convert e.g. the string
npm:ts-blank-space
to~/Library/Caches/deno/npm/registry.npmjs.org/ts-blank-space/0.4.1/out/index.js
. Could this be exposed as a normal function? Or is there an easy way to get that out of the esbuild plugin that's already exported?(see my corresponding StackOverflow question.)
The text was updated successfully, but these errors were encountered: