Skip to content

Commit

Permalink
fix: eslint unused variables and make build
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Oct 13, 2023
1 parent 30354af commit 32b293c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 19 deletions.
58 changes: 46 additions & 12 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ function createDocTagDiff(
oldTag: DocTag,
newTag: DocTag,
options: {
includeAddedTags: boolean
includeRemovedTags: boolean
includeChangedTags: boolean
includeFilePathChanges: boolean
includeLineNumberChanges: boolean
includeCodeContentsChanges: boolean
}
): DocTagDiff[] {
const {
includeAddedTags,
includeRemovedTags,
includeChangedTags,
includeFilePathChanges,
includeLineNumberChanges,
Expand Down Expand Up @@ -211,8 +207,6 @@ export function findDocTagDiffs(
})
} else if (oldTag) {
const newDiffs = createDocTagDiff(oldTag, newTag, {
includeAddedTags,
includeRemovedTags,
includeChangedTags,
includeFilePathChanges,
includeLineNumberChanges,
Expand Down

0 comments on commit 32b293c

Please sign in to comment.