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.)