.codeclimate.yml | |
|
|
.github/FUNDING.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/release.yml | |
|
|
.gitignore | |
|
|
.yarnrc.yml | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
bin/open_inspector | |
|
|
data/scales.ts | 56 | A 0 mins |
|
data/sections.ts | 7 | A 0 mins |
|
eslint.config.mjs | |
|
|
jest.config.ts | 5 | A 0 mins |
|
package.json | |
|
|
script/build_chord_pro_section_grammar.ts | 46 | A 0 mins |
|
script/build_chord_suffix_grammar.ts | 26 | A 0 mins |
|
script/build_chord_suffix_normalize_mapping.ts | 15 | A 0 mins |
|
script/build_scales.ts | 99 | A 0 mins |
|
script/debug_parser.ts | 66 | A 0 mins |
|
src/chord.ts | 269 | A 0 mins |
|
src/chord_parsing_error.ts | 1 | A 0 mins |
|
src/chord_sheet/ast_component.ts | 15 | A 0 mins |
|
src/chord_sheet/ast_type.ts | 9 | A 0 mins |
|
src/chord_sheet/chord_lyrics_pair.ts | 60 | A 0 mins |
|
src/chord_sheet/chord_pro/chord_definition.ts | 27 | A 0 mins |
|
src/chord_sheet/chord_pro/composite.ts | 26 | A 0 mins |
|
src/chord_sheet/chord_pro/evaluatable.ts | 7 | A 0 mins |
|
src/chord_sheet/chord_pro/evaluation_error.ts | 13 | A 0 mins |
|
src/chord_sheet/chord_pro/literal.ts | 18 | A 0 mins |
|
src/chord_sheet/chord_pro/ternary.ts | 84 | A 0 mins |
|
src/chord_sheet/comment.ts | 16 | A 0 mins |
|
src/chord_sheet/font.ts | 41 | A 0 mins |
|
src/chord_sheet/font_size.ts | 42 | A 0 mins |
|
src/chord_sheet/font_stack.ts | 65 | A 0 mins |
|
src/chord_sheet/item.ts | 7 | A 0 mins |
|
src/chord_sheet/line.ts | 140 | A 2 hrs |
|
src/chord_sheet/metadata.ts | 131 | A 0 mins |
|
src/chord_sheet/metadata_accessors.ts | 33 | A 0 mins |
|
src/chord_sheet/paragraph.ts | 61 | A 0 mins |
|
src/chord_sheet/soft_line_break.ts | 6 | A 0 mins |
|
src/chord_sheet/song.ts | 304 | C 7 hrs |
|
src/chord_sheet/tag.ts | 255 | B 4 hrs |
|
src/chord_sheet/trace_info.ts | 6 | A 0 mins |
|
src/chord_sheet_serializer.ts | 214 | A 0 mins |
|
src/constants.ts | 38 | A 0 mins |
|
src/formatter/chord_pro_formatter.ts | 126 | A 0 mins |
|
src/formatter/chords_over_words_formatter.ts | 133 | A 0 mins |
|
src/formatter/configuration/configuration.ts | 57 | A 0 mins |
|