Skip to content

Commit a294d2f

Browse files
authored
Packager (#319)
* extract parsing code * add unreachablecaseerror * rename / exports of packages/engine * add exporter * add packager * fixes * fix tests * fix snapshots * fix path * add comments * fix test * fix tmp dir * add empty dir * fix gitignore * add empty dir
1 parent b5422e4 commit a294d2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2173
-234
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# dependencies
44
node_modules
55
dist
6-
types
76
/.pnp
87
.pnp.js
9-
8+
packages/*/types
9+
packages/editor/public/types
1010
# testing
1111
coverage
1212
playwright-report

0 commit comments

Comments
 (0)