Skip to content

Commit 7c68ef3

Browse files
Merge pull request #5 from starbeamjs/make-starbeam-smalelr
Make starbeam smaller / faster
2 parents 40a2fcf + 9873982 commit 7c68ef3

10 files changed

Lines changed: 898 additions & 12 deletions

File tree

dist/index.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { RollupOptions } from "rollup";
2+
import { Plugin as RollupPlugin } from "rollup";
3+
declare const _default: (mode?: string) => RollupPlugin;
4+
declare const _default: () => RollupPlugin;
5+
interface CompileOptions {
6+
/**
7+
* Copy the changelog from the root of the monorepo.
8+
* true by default
9+
*/
10+
copyRootChangelog?: boolean;
11+
}
12+
declare function compile(here: ImportMeta | string, options?: CompileOptions): RollupOptions[];
13+
export { _default as importMeta, _default as inline, compile };

0 commit comments

Comments
 (0)