Base interface for all sources used by `@chunkd`
Load a chunks of a file from a HTTP(s) Source using `fetch`
Load chunks of data from a file using `node:fs`
this is designed for unit tests to prevent file system access, and not recommended for large file workloads.
Load chunks of data from s3 using `@aws-sdk/client-s3`
Get a chunk of an array based on the total number of chunks and current index
Middleware layer for sources to provided advanced features for all fetching logic
File system abstraction layer
File system abstraction for AWS S3 using `@aws-sdk/client-s3`
Working with [Cloud optimized GEOTiff](https://www.cogeo.org/) and Tiffs
Given a `.tar` with a `.index` using HTTP range requests fetch only the portion of the tar that contains the bytes of the file.
Generate a sprite sheet from a list of sprites
Vite 插件,用于检测 chunk 之间的循环依赖并输出详细依赖路径
Fixes stack traces for files with source maps
Generates and consumes source maps
Generates and consumes source maps
Source code handling classes for webpack
Source maps support for istanbul
Trace the original position through a source map
Add a __source prop to all JSX Elements
Support for representing 64-bit integers in JavaScript
Fixes stack traces for files with source maps
extracts inlined source map and offers it to webpack
Regular expression parser for ECMAScript.