Import node-undici_7.3.0+dfsg1+~cs24.12.11.orig-llparse-frontend.tar.xz
authorJérémy Lal <kapouer@melix.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
committerJérémy Lal <kapouer@melix.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
commit4a03eb419dbd4f59ace4f03d89e759a86598aa82
tree8bc293ec9079414061bf5ede36222d05984aafbe
Import node-undici_7.3.0+dfsg1+~cs24.12.11.orig-llparse-frontend.tar.xz

[dgit import orig node-undici_7.3.0+dfsg1+~cs24.12.11.orig-llparse-frontend.tar.xz]
126 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
README.md [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/code/and.ts [new file with mode: 0644]
src/code/base.ts [new file with mode: 0644]
src/code/external.ts [new file with mode: 0644]
src/code/field-value.ts [new file with mode: 0644]
src/code/field.ts [new file with mode: 0644]
src/code/index.ts [new file with mode: 0644]
src/code/is-equal.ts [new file with mode: 0644]
src/code/load.ts [new file with mode: 0644]
src/code/match.ts [new file with mode: 0644]
src/code/mul-add.ts [new file with mode: 0644]
src/code/or.ts [new file with mode: 0644]
src/code/span.ts [new file with mode: 0644]
src/code/store.ts [new file with mode: 0644]
src/code/test.ts [new file with mode: 0644]
src/code/update.ts [new file with mode: 0644]
src/code/value.ts [new file with mode: 0644]
src/container/index.ts [new file with mode: 0644]
src/container/wrap.ts [new file with mode: 0644]
src/enumerator.ts [new file with mode: 0644]
src/frontend.ts [new file with mode: 0644]
src/implementation/code.ts [new file with mode: 0644]
src/implementation/full.ts [new file with mode: 0644]
src/implementation/index.ts [new file with mode: 0644]
src/implementation/node.ts [new file with mode: 0644]
src/implementation/transform.ts [new file with mode: 0644]
src/namespace/frontend.ts [new file with mode: 0644]
src/node/base.ts [new file with mode: 0644]
src/node/consume.ts [new file with mode: 0644]
src/node/empty.ts [new file with mode: 0644]
src/node/error.ts [new file with mode: 0644]
src/node/index.ts [new file with mode: 0644]
src/node/invoke.ts [new file with mode: 0644]
src/node/match.ts [new file with mode: 0644]
src/node/pause.ts [new file with mode: 0644]
src/node/sequence.ts [new file with mode: 0644]
src/node/single.ts [new file with mode: 0644]
src/node/slot.ts [new file with mode: 0644]
src/node/span-end.ts [new file with mode: 0644]
src/node/span-start.ts [new file with mode: 0644]
src/node/table-lookup.ts [new file with mode: 0644]
src/peephole.ts [new file with mode: 0644]
src/span-field.ts [new file with mode: 0644]
src/transform/base.ts [new file with mode: 0644]
src/transform/id.ts [new file with mode: 0644]
src/transform/index.ts [new file with mode: 0644]
src/transform/to-lower-unsafe.ts [new file with mode: 0644]
src/transform/to-lower.ts [new file with mode: 0644]
src/trie/empty.ts [new file with mode: 0644]
src/trie/index.ts [new file with mode: 0644]
src/trie/node.ts [new file with mode: 0644]
src/trie/sequence.ts [new file with mode: 0644]
src/trie/single.ts [new file with mode: 0644]
src/utils/identifier.ts [new file with mode: 0644]
src/utils/index.ts [new file with mode: 0644]
src/wrap.ts [new file with mode: 0644]
test/container-test.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/and.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/base.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/index.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/is-equal.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/load.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/match.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/mul-add.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/or.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/span.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/store.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/test.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/update.ts [new file with mode: 0644]
test/fixtures/a-implementation/code/value.ts [new file with mode: 0644]
test/fixtures/a-implementation/index.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/base.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/consume.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/empty.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/error.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/index.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/invoke.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/pause.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/sequence.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/single.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/span-end.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/span-start.ts [new file with mode: 0644]
test/fixtures/a-implementation/node/table-lookup.ts [new file with mode: 0644]
test/fixtures/a-implementation/transform/base.ts [new file with mode: 0644]
test/fixtures/a-implementation/transform/id.ts [new file with mode: 0644]
test/fixtures/a-implementation/transform/index.ts [new file with mode: 0644]
test/fixtures/a-implementation/transform/to-lower-unsafe.ts [new file with mode: 0644]
test/fixtures/a-implementation/transform/to-lower.ts [new file with mode: 0644]
test/fixtures/implementation/code/and.ts [new file with mode: 0644]
test/fixtures/implementation/code/base.ts [new file with mode: 0644]
test/fixtures/implementation/code/index.ts [new file with mode: 0644]
test/fixtures/implementation/code/is-equal.ts [new file with mode: 0644]
test/fixtures/implementation/code/load.ts [new file with mode: 0644]
test/fixtures/implementation/code/match.ts [new file with mode: 0644]
test/fixtures/implementation/code/mul-add.ts [new file with mode: 0644]
test/fixtures/implementation/code/or.ts [new file with mode: 0644]
test/fixtures/implementation/code/span.ts [new file with mode: 0644]
test/fixtures/implementation/code/store.ts [new file with mode: 0644]
test/fixtures/implementation/code/test.ts [new file with mode: 0644]
test/fixtures/implementation/code/update.ts [new file with mode: 0644]
test/fixtures/implementation/code/value.ts [new file with mode: 0644]
test/fixtures/implementation/index.ts [new file with mode: 0644]
test/fixtures/implementation/node/base.ts [new file with mode: 0644]
test/fixtures/implementation/node/consume.ts [new file with mode: 0644]
test/fixtures/implementation/node/empty.ts [new file with mode: 0644]
test/fixtures/implementation/node/error.ts [new file with mode: 0644]
test/fixtures/implementation/node/index.ts [new file with mode: 0644]
test/fixtures/implementation/node/invoke.ts [new file with mode: 0644]
test/fixtures/implementation/node/pause.ts [new file with mode: 0644]
test/fixtures/implementation/node/sequence.ts [new file with mode: 0644]
test/fixtures/implementation/node/single.ts [new file with mode: 0644]
test/fixtures/implementation/node/span-end.ts [new file with mode: 0644]
test/fixtures/implementation/node/span-start.ts [new file with mode: 0644]
test/fixtures/implementation/node/table-lookup.ts [new file with mode: 0644]
test/fixtures/implementation/transform/base.ts [new file with mode: 0644]
test/fixtures/implementation/transform/id.ts [new file with mode: 0644]
test/fixtures/implementation/transform/index.ts [new file with mode: 0644]
test/fixtures/implementation/transform/to-lower-unsafe.ts [new file with mode: 0644]
test/fixtures/implementation/transform/to-lower.ts [new file with mode: 0644]
test/frontend-test.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]