Skip to content

Commit

Permalink
Fix transforms (#82)
Browse files Browse the repository at this point in the history
hanakla authored Oct 10, 2024
1 parent 5aa3eb7 commit 43dde46
Showing 20 changed files with 2,116 additions and 476 deletions.
1 change: 1 addition & 0 deletions pkgs/core/src/Engine/DocumentContext/DocumentContext.ts
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ export namespace DocumentContext {
}
}

/** Managing runtime document states and caches */
export class DocumentContext extends Emitter<DocumentContext.Events> {
public document: PaplicoDocument
public history: History
Loading

0 comments on commit 43dde46

Please sign in to comment.