Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ProtoDef
skipChecks
flag to allow full NBT array size support (#91
) * feat: use `skipChecks` flag to allow full NBT array size support NBT arrays are allowed a length up to 32 bits, so skipping checks is necessary to allow full NBT support. https://minecraft.wiki/w/NBT_format#Binary_format * feat: add optional `options` to functions * improve: update type definitions * chore: use node-protodef dev branch * fix: `parse` callback type definition * chore: update docs * improve: remove unnecessary parameter defaults * Revert "improve: remove unnecessary parameter defaults" This reverts commit d1b29fe. * Revert "chore: update docs" This reverts commit 522459c. * Revert "fix: `parse` callback type definition" This reverts commit c599564. * Revert "feat: add optional `options` to functions" This reverts commit ad494ea. * Revert "feat: use `skipChecks` flag to allow full NBT array size support" This reverts commit 6457edb. * feat: setskip checks variable * fix: properly set variable to prototype * revert: previous approach types * improve: setVariable in parse function * chore: apply lint standard * improve: simplify variable setting and don't update * chore: update docs * Revert "chore: use node-protodef dev branch" This reverts commit 867b301. * fix: lint
- Loading branch information