Support Namespace const in webidl (#30492)

* Add TestNS with const

* Implement namespace const in codegen
This commit is contained in:
Samson 2023-10-04 13:29:54 +02:00 committed by GitHub
parent a31e2ea576
commit 8436002383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 74 additions and 8 deletions

View file

@ -537,6 +537,7 @@ pub mod testbindingmaplike;
pub mod testbindingpairiterable;
pub mod testbindingproxy;
pub mod testbindingsetlike;
pub mod testns;
pub mod testrunner;
pub mod testworklet;
pub mod testworkletglobalscope;