Platform-agnostic compiler configuration that extends the base configuration.
optional
preFetchedContent: PreFetchedContent
Pre-fetched content that bypasses network/file access. Useful for browser/worker environments or testing.
optional
customFetcher: IContentFetcher
Custom content fetcher for handling sources. Takes precedence over the default HTTP fetcher.
optional
httpOptions: IHttpFetcherOptions
Options for the default HTTP fetcher.