11/**
2- * Generated by tsnapi — public API snapshot of `tsdown` */
3- // Interfaces
2+ * Generated by tsnapi — public API snapshot of `tsdown`
3+ */
4+ // #region Interfaces
45export interface AttwOptions extends CheckPackageOptions {
56 module ?: typeof _$_arethetypeswrong_core0 ;
67 profile ?: "strict" | "node16" | "esm-only" ;
@@ -205,8 +206,9 @@ export interface Workspace {
205206 exclude ?: Arrayable < string > ;
206207 config ?: boolean | string ;
207208}
209+ // #endregion
208210
209- // Types
211+ // #region Types
210212export type ChunkAddon = ChunkAddonObject | ChunkAddonFunction | string ;
211213export type ChunkAddonFunction = ( _ : {
212214 format : Format ;
@@ -260,19 +262,23 @@ export type UserConfigFn = (_: InlineConfig, _: {
260262export type WithEnabled < T > = boolean | undefined | CIOption | ( T & {
261263 enabled ?: boolean | CIOption ;
262264} ) ;
265+ // #endregion
263266
264- // Functions
267+ // #region Functions
265268export declare function build ( _ ?: InlineConfig ) : Promise < TsdownBundle [ ] > ;
266269export declare function buildWithConfigs ( _ : ResolvedConfig [ ] , _ : Set < string > , _ : ( ) => void ) : Promise < TsdownBundle [ ] > ;
267270export declare function defineConfig ( _ : UserConfigExport ) : UserConfigExport ;
268271export declare function enableDebug ( _ ?: boolean | Arrayable < string > ) : void ;
269272export declare function mergeConfig ( _ : InlineConfig , ..._ : InlineConfig [ ] ) : InlineConfig ;
270273export declare function resolveUserConfig ( _ : UserConfig , _ : InlineConfig , _ : Set < string > ) : Promise < ResolvedConfig [ ] > ;
274+ // #endregion
271275
272- // Variables
276+ // #region Variables
273277export declare const globalLogger : Logger ;
278+ // #endregion
274279
275- // Other
280+ // #region Other
276281export { Rolldown }
277282export { TreeshakingOptions }
278- export { UnusedOptions }
283+ export { UnusedOptions }
284+ // #endregion
0 commit comments