Files
liquidjs/.gitignore
T
Yang JunandCursor f64f04c562 fix(strip_html): avoid infinite loop on unclosed openers
Change the stall guard from i === lt to i <= lt (GHSA-m7fp-h3p4-hr49).
Document that strip_html output is not safe for HTML without escape.

Co-authored-by: Cursor <[email protected]>
2026-06-22 01:43:34 +08:00

25 lines
325 B
Plaintext

# logs
*.log
npm-debug.log*
# cache
.rpt2_cache
coverage/
.nyc_output/
# modules
node_modules/
# tmp
.local/
docs/themes/navy/source/js/liquid.browser.min.js
docs/themes/navy/layout/partial/all-contributors.swig
docs/themes/navy/layout/partial/financial-contributors.swig
dist/
demo/*/yarn.json
# editors
.*.swp
.vscode