Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6968201
Fix encoder finalization: explicit finish instead of drop
aram356 Mar 26, 2026
a4fd5c6
Convert process_gzip_to_gzip to chunk-based processing
aram356 Mar 26, 2026
a4f4a7c
Convert decompress_and_process to chunk-based processing
aram356 Mar 26, 2026
105244c
Rewrite HtmlRewriterAdapter for incremental lol_html streaming
aram356 Mar 26, 2026
d72669c
Unify compression paths into single process_chunks method
aram356 Mar 26, 2026
80e51d4
Update plan with compression refactor implementation note
aram356 Mar 26, 2026
c505c00
Accumulate output for post-processors in HtmlWithPostProcessing
aram356 Mar 26, 2026
6cae7f9
Add streaming response optimization spec for non-Next.js paths
aram356 Mar 25, 2026
930a584
Address spec review: Content-Length, streaming gate, finalization ord…
aram356 Mar 25, 2026
a2b71bf
Address deep review: header timing, error phases, process_response_st…
aram356 Mar 25, 2026
b363e56
Address deep review: remove fastly::init, fix API assumptions, add mi…
aram356 Mar 25, 2026
13366f8
Merge branch 'main' into feature/streaming-pipeline-phase1
aram356 Mar 26, 2026
b83f61c
Apply rustfmt formatting to streaming_processor
aram356 Mar 26, 2026
aeca9f6
Add debug logging, brotli round-trip test, and post-processor accumul…
aram356 Mar 26, 2026
e1c6cb8
Address deep review: imports, stale comments, brotli finalization, tests
aram356 Mar 26, 2026
9753026
Address second deep review: correctness, docs, and test robustness
aram356 Mar 26, 2026
0a4ece7
Add active post-processor test and precise flush docs per codec
aram356 Mar 26, 2026
68d11e8
Fix text node fragmentation regression for script rewriters
aram356 Mar 26, 2026
6faeea0
Gate streaming adapter on script rewriter presence
aram356 Mar 26, 2026
73c992e
Document text node fragmentation workaround and Phase 3 plan
aram356 Mar 26, 2026
75f455a
Add buffered mode guard, anti-fragmentation test, and fix stale spec
aram356 Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 16 additions & 19 deletions crates/js/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/js/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^9.10.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^62.5.4",
"eslint-plugin-jsdoc": "^62.8.0",
"eslint-plugin-unicorn": "^62.0.0",
"jsdom": "^28.0.0",
"prettier": "^3.2.5",
Expand Down
Loading
Loading