Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
streams/text_line_stream.ts:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
* ```
66
*/
67
export
class
TextLineStream extends TransformStream<string, string> {
68
#pending: string[] = [];
69
#pendingTrailsCR = false;
70
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected