MCPcopy
hub / github.com/rolldown/tsdown / AttwOptions

Interface AttwOptions

__snapshots__/tsnapi/index.snapshot.d.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4// #region Interfaces
5export interface AttwOptions extends CheckPackageOptions {
6 module?: typeof import("@arethetypeswrong/core");
7 profile?: "strict" | "node16" | "esm-only";
8 level?: "error" | "warn";
9 ignoreRules?: ("no-resolution" | "untyped-resolution" | "false-cjs" | "false-esm" | "cjs-resolves-to-esm" | "fallback-condition" | "cjs-only-exports-default" | "named-exports" | "false-export-default" | "missing-export-equals" | "unexpected-module-syntax" | "internal-resolution-error" | (string & {}))[];
10}
11export interface BuildContext {
12 options: ResolvedConfig;
13 hooks: Hookable<TsdownHooks>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…