Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz
authorYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
committerYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
commit55a3cd3834dd38a023842139c9880c78d81322e4
treee5bbb34e1398105aeec4562c5d71cd8a4f08c0d0
Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz

[dgit import orig node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz]
59 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CNAME [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
_config.yml [new file with mode: 0644]
examples/http/.gitignore [new file with mode: 0644]
examples/http/Makefile [new file with mode: 0644]
examples/http/index.ts [new file with mode: 0644]
examples/http/main.c [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/api.ts [new file with mode: 0644]
src/compiler/header-builder.ts [new file with mode: 0644]
src/compiler/index.ts [new file with mode: 0644]
src/implementation/c/code/and.ts [new file with mode: 0644]
src/implementation/c/code/base.ts [new file with mode: 0644]
src/implementation/c/code/external.ts [new file with mode: 0644]
src/implementation/c/code/field.ts [new file with mode: 0644]
src/implementation/c/code/index.ts [new file with mode: 0644]
src/implementation/c/code/is-equal.ts [new file with mode: 0644]
src/implementation/c/code/load.ts [new file with mode: 0644]
src/implementation/c/code/mul-add.ts [new file with mode: 0644]
src/implementation/c/code/or.ts [new file with mode: 0644]
src/implementation/c/code/store.ts [new file with mode: 0644]
src/implementation/c/code/test.ts [new file with mode: 0644]
src/implementation/c/code/update.ts [new file with mode: 0644]
src/implementation/c/compilation.ts [new file with mode: 0644]
src/implementation/c/constants.ts [new file with mode: 0644]
src/implementation/c/helpers/match-sequence.ts [new file with mode: 0644]
src/implementation/c/index.ts [new file with mode: 0644]
src/implementation/c/node/base.ts [new file with mode: 0644]
src/implementation/c/node/consume.ts [new file with mode: 0644]
src/implementation/c/node/empty.ts [new file with mode: 0644]
src/implementation/c/node/error.ts [new file with mode: 0644]
src/implementation/c/node/index.ts [new file with mode: 0644]
src/implementation/c/node/invoke.ts [new file with mode: 0644]
src/implementation/c/node/pause.ts [new file with mode: 0644]
src/implementation/c/node/sequence.ts [new file with mode: 0644]
src/implementation/c/node/single.ts [new file with mode: 0644]
src/implementation/c/node/span-end.ts [new file with mode: 0644]
src/implementation/c/node/span-start.ts [new file with mode: 0644]
src/implementation/c/node/table-lookup.ts [new file with mode: 0644]
src/implementation/c/transform/base.ts [new file with mode: 0644]
src/implementation/c/transform/id.ts [new file with mode: 0644]
src/implementation/c/transform/index.ts [new file with mode: 0644]
src/implementation/c/transform/to-lower-unsafe.ts [new file with mode: 0644]
src/implementation/c/transform/to-lower.ts [new file with mode: 0644]
test/code-test.ts [new file with mode: 0644]
test/compiler-test.ts [new file with mode: 0644]
test/consume-test.ts [new file with mode: 0644]
test/fixtures/extra.c [new file with mode: 0644]
test/fixtures/index.ts [new file with mode: 0644]
test/resumption-test.ts [new file with mode: 0644]
test/span-test.ts [new file with mode: 0644]
test/transform-test.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]