Frontend type constraints (#4334)

This commit is contained in:
James Lindsay
2026-08-27 18:13:12 +00:00
committed by GitHub
parent c7a64fff0c
commit c8f38059f8
5 changed files with 199 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -2383,6 +2383,7 @@ dependencies = [
"base64",
"bitflags 2.11.0",
"color",
"core-types",
"derivative",
"document-container",
"document-format",
@@ -2401,6 +2402,7 @@ dependencies = [
"kurbo",
"log",
"math-parser",
"node-macro",
"num_enum",
"once_cell",
"preprocessor",