mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #27026 - CYBAI:dynamic-module, r=jdm
Introduce dynamic module --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25439 - [x] There are tests for these changes
This commit is contained in:
commit
086556e706
36 changed files with 812 additions and 439 deletions
|
@ -295,6 +295,7 @@ pub mod domrectreadonly;
|
|||
pub mod domstringlist;
|
||||
pub mod domstringmap;
|
||||
pub mod domtokenlist;
|
||||
pub mod dynamicmoduleowner;
|
||||
pub mod element;
|
||||
pub mod errorevent;
|
||||
pub mod event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue