Skip to content

Commit

Permalink
Updating tap to version 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lancetipton committed Jan 2, 2024
1 parent 1a0a08b commit 6c93f02
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bin/parkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,7 @@ var init_addToIndexes = __esm({
}
offset[index] = (0, import_exists9.exists)(offset[index]) ? offset[index] + 1 : 1;
const newIdx = index + preAmount + 1;
item.ast.index = index;
item.ast.index = newIdx;
const updatedLen = indexes.length + 1;
newIdx <= updatedLen ? indexes.splice(newIdx, 0, item) : indexes.splice(newIdx, 0, ...Array(newIdx - updatedLen), item);
return indexes;
Expand Down
4 changes: 2 additions & 2 deletions .bin/parkin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/parkin/global.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/parkin/global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/parkin/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/parkin/index.js.map

Large diffs are not rendered by default.

0 comments on commit 6c93f02

Please sign in to comment.