Skip to content

Commit

Permalink
Merge branch 'main' into fix-bundle-size
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Jun 30, 2023
2 parents a1462b2 + 72e24d3 commit 9fdf66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion experimental/dds/tree2/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["hbenl.vscode-mocha-test-adapter", "streetsidesoftware.code-spell-checker"],
"recommendations": [
"hbenl.vscode-mocha-test-adapter",
"streetsidesoftware.code-spell-checker",
"bierner.markdown-mermaid",
],
}
3 changes: 2 additions & 1 deletion experimental/dds/tree2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ flowchart
direction TB
subgraph core ["core libraries"]
direction TB
schema-view
forest-->schema-stored
rebase-->tree
change-family-->repair
Expand All @@ -330,8 +331,8 @@ flowchart
schema-view-->schema-stored
dependency-tracking
forest-->tree
undo-->change-family
undo-->rebase
undo-->change-family
end
core-->events-->util
core-->id-compressor-->util
Expand Down

0 comments on commit 9fdf66d

Please sign in to comment.