Unverified Commit e7cab6d3 authored by Hong Minhee's avatar Hong Minhee
Browse files

Vendor @hugoalh/http-header-link for CJS compat

The @hugoalh/http-header-link package only supports ESM, which causes
issues with CommonJS builds. This commit vendors the package by:

- Removing external dependency from deno.json and package.json
- Adding vendored implementation in src/runtime/link.ts
- Including comprehensive tests in src/runtime/link.test.ts
- Updating docloader.ts to use the vendored module
- Renaming HTTPHeaderLink to HttpHeaderLink for consistency

All existing functionality is preserved and tests pass.
parent 05ba2f1c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment