mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove readable streams from webidl/codegen (#34835)
Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
5b6c75e358
commit
fd39d0d658
5 changed files with 6 additions and 241 deletions
|
@ -30,7 +30,7 @@ def main():
|
|||
from Configuration import Configuration
|
||||
from CodegenRust import CGBindingRoot
|
||||
|
||||
parser = WebIDL.Parser(make_dir(os.path.join(out_dir, "cache")), use_builtin_readable_stream=False)
|
||||
parser = WebIDL.Parser(make_dir(os.path.join(out_dir, "cache")))
|
||||
webidls = [name for name in os.listdir(webidls_dir) if name.endswith(".webidl")]
|
||||
for webidl in webidls:
|
||||
filename = os.path.join(webidls_dir, webidl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue