fix(front, back) -> element is undefined exception; fix(SequenceContainer): generic iterator

This commit is contained in:
2025-07-22 14:32:51 +03:00
parent f762717de5
commit 476ce0baf6
9 changed files with 57 additions and 42 deletions

View File

@ -1,3 +1,5 @@
.PHONY: build test
build:
npx esbuild src/index.js --bundle --minify --outfile=dist/index.js --format=esm
npx rollup -c