Skip to content

Commit

Permalink
update build for updated lume/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 17, 2024
1 parent 1d15d10 commit 2fd25d5
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 67 deletions.
11 changes: 0 additions & 11 deletions dist/LiveCode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ declare const LiveCode_base: (new (...a: any[]) => {
"__#1@#createEffect1"(fn: () => void): void;
"__#1@#stopEffects1"(): void;
"__#1@#owner": import("solid-js").Owner | null;
/**
* Only useful when `autorun` is true. When `autorun` is true, then if this
* is true, the preview will only autorun if it is visible on screen (f.e.
* not scrolled outside of the view). If this is false, then the preview
* will autorun regardless if it is visible or not. If there are a lot of
* examples on the page, running them all even if they are not visible could
* be costly, and you may want to run only the ones that are in view.
*
* When true, any live code previews that go off screen will be discarded,
* and automatically re-ran when they come back into view.
*/
"__#1@#dispose": (() => void) | null;
"__#1@#createEffect2"(fn: () => void): void;
"__#1@#stopEffects2"(): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/LiveCode.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fd25d5

Please sign in to comment.