LibWeb: Move TransformStream AOs into their own file

The main streams AO file has gotten very large, and is a bit difficult
to navigate. In an effort to improve DX, this migrates TransformStream
AOs to their own file.
This commit is contained in:
Timothy Flynn 2025-04-17 20:02:23 -04:00 committed by Tim Flynn
commit 3e8c6dbaff
Notes: github-actions[bot] 2025-04-18 10:56:41 +00:00
10 changed files with 626 additions and 594 deletions

View file

@ -755,6 +755,7 @@ set(SOURCES
Streams/Transformer.cpp
Streams/TransformStream.cpp
Streams/TransformStreamDefaultController.cpp
Streams/TransformStreamOperations.cpp
Streams/UnderlyingSink.cpp
Streams/UnderlyingSource.cpp
Streams/WritableStream.cpp