Skip to content

Commit

Permalink
Merge pull request #5 from starbeamjs/make-starbeam-smalelr
Browse files Browse the repository at this point in the history
Make starbeam smaller / faster
  • Loading branch information
NullVoxPopuli authored Jan 12, 2024
2 parents 40a2fcf + 9873982 commit 7c68ef3
Show file tree
Hide file tree
Showing 10 changed files with 898 additions and 12 deletions.
13 changes: 13 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { RollupOptions } from "rollup";
import { Plugin as RollupPlugin } from "rollup";
declare const _default: (mode?: string) => RollupPlugin;
declare const _default: () => RollupPlugin;
interface CompileOptions {
/**
* Copy the changelog from the root of the monorepo.
* true by default
*/
copyRootChangelog?: boolean;
}
declare function compile(here: ImportMeta | string, options?: CompileOptions): RollupOptions[];
export { _default as importMeta, _default as inline, compile };
Loading

0 comments on commit 7c68ef3

Please sign in to comment.