Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 1, 2021
1 parent b5b39f9 commit a369444
Show file tree
Hide file tree
Showing 8 changed files with 2,138 additions and 4,245 deletions.
15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

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

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
8 changes: 4 additions & 4 deletions SLOC
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Source code:

---------- Result ------------

Physical : 2211
Source : 1648
Physical : 2205
Source : 1642
Comment : 290
Single-line comment : 27
Block comment : 263
Expand Down Expand Up @@ -38,8 +38,8 @@ Total:

---------- Result ------------

Physical : 5265
Source : 3955
Physical : 5259
Source : 3949
Comment : 695
Single-line comment : 55
Block comment : 640
Expand Down
14 changes: 4 additions & 10 deletions lib/chord-symbol-esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6574,10 +6574,8 @@ function chordParserFactory(parserConfiguration = {}) {
allErrors.push(formatError(e));
}

const allVariantsPerGroupCopy = cloneDeep_1(
allVariantsPerGroup
).filter((variantsGroup) =>
notationSystems.includes(variantsGroup.name)
const allVariantsPerGroupCopy = cloneDeep_1(allVariantsPerGroup).filter(
(variantsGroup) => notationSystems.includes(variantsGroup.name)
);

let chord;
Expand Down Expand Up @@ -7160,12 +7158,8 @@ function convertNotationSystem(
*/
function textPrinter(chord) {
if (chord) {
const {
rootNote,
bassNote,
descriptor,
chordChanges,
} = chord.formatted;
const { rootNote, bassNote, descriptor, chordChanges } =
chord.formatted;

let printed = rootNote;

Expand Down

0 comments on commit a369444

Please sign in to comment.