mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move more foundational types to script_bindings (#35280)
* script: Move DOMClass to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Move DOMJSClass and get_dom_class to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Move Castable/DerivedFrom/IDLInterface to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
eaaad757e8
commit
c0cef69108
16 changed files with 291 additions and 207 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -6321,6 +6321,7 @@ dependencies = [
|
|||
name = "script_bindings"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"cssparser",
|
||||
"html5ever",
|
||||
"jstraceable_derive",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue