Skip to content

Commit

Permalink
Remove varint types
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Dec 5, 2024
1 parent 1469d54 commit 68f4950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 133 deletions.
2 changes: 0 additions & 2 deletions nbt.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function addTypesToCompiler (type, compiler) {
compiler.addTypes(require('./compiler-compound'))
compiler.addTypes(require('./compiler-tagname'))
compiler.addTypes(require('./optional').compiler)
compiler.addTypes(require('./zigzag').compiler)
let proto = beNbtJson
if (type === 'littleVarint') {
proto = varintJson
Expand All @@ -23,7 +22,6 @@ function addTypesToCompiler (type, compiler) {
function addTypesToInterpreter (type, compiler) {
compiler.addTypes(require('./compound'))
compiler.addTypes(require('./optional').interpret)
compiler.addTypes(require('./zigzag').interpret)
let proto = beNbtJson
if (type === 'littleVarint') {
proto = varintJson
Expand Down
131 changes: 0 additions & 131 deletions zigzag.js

This file was deleted.

0 comments on commit 68f4950

Please sign in to comment.