esbuild-plugin-http-fetch icon indicating copy to clipboard operation
esbuild-plugin-http-fetch copied to clipboard

An esbuild plugin that resolves http(s) modules

Results 4 esbuild-plugin-http-fetch issues
Sort by recently updated
recently updated
newest added

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