mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
f8aa0509ce
swc_bundler: - Prevent infinite recursions. (#1963)
10 lines
244 B
TypeScript
10 lines
244 B
TypeScript
// Loaded from https://denopkg.com/talentlessguy/accepts@patch-1/deps.ts
|
|
|
|
|
|
import Negotiator from "https://deno.land/x/negotiator@1.0.1/mod.ts";
|
|
export {
|
|
Negotiator,
|
|
};
|
|
|
|
export { lookup } from "https://deno.land/x/media_types@v2.9.3/mod.ts";
|