esbuild-plugin-http-fetch
esbuild-plugin-http-fetch copied to clipboard
An esbuild plugin that resolves http(s) modules
The current implementation determines the loader by the file extensions. This works well when importing from urls that contain a file extension like deno.land: ```import { parse } from "https://deno.land/x/xml/mod.ts";```...
I wasn't able to use this easily with https://esm.sh/ as the URLs there do not use file extensions. e.g., `import React from 'https://esm.sh/[email protected]'` The extension can be specified by being...
## Proposal changes rewrite `index.js` in TypeScript