[READ-ONLY] Mirror of https://github.com/sxzz/rolldown-plugin-dts-snapshot. DTS snapshot plugin for Rolldown
0

Configure Feed

Select the types of activity you want to include in your feed.

rolldown-plugin-dts-snapshot / dts.snapshot.json
498 B 16 lines
1{ 2 "api.d.mts": { 3 "snapshot": "declare function snapshot(_: string, _: string, _: { applyExportRename?: boolean }): Promise<Record<string, string>>", 4 "#exports": [ 5 "snapshot" 6 ] 7 }, 8 "index.d.mts": { 9 "DtsSnapshot": "declare function DtsSnapshot(_: Options): Plugin", 10 "Options": "interface Options {\n include?: FilterPattern\n exclude?: FilterPattern\n includeNonExport?: boolean\n saveTo?: string\n}", 11 "#exports": [ 12 "DtsSnapshot", 13 "Options" 14 ] 15 } 16}