@sfirew/minecraft-motd-parser 1.1.5-dev.1 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -11,26 +11,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ### Added
13
13
  - Comprehensive test coverage for hex color parsing, performance, security, and HTML cleaning
14
- - test(hex color parsing): add comprehensive tests for various hex color formats in JSON to HTML conversion
15
- - test(performance): implement performance and stress tests for large data handling capabilities
16
- - test(security): add security-focused test cases for robust input validation
17
- - test(coverage): add additional tests for JSON rendering and HTML cleaning functionality
14
+ - Modern ESLint configuration with enhanced type safety and optional chaining
15
+ - New test scripts for coverage, watch, performance, security, and comprehensive testing
18
16
 
19
17
  ### Changed
20
- - Major refactor of HTML string generation and formatting logic
21
- - Enhanced type checking throughout the codebase
22
- - Implemented secure HTML tag cleaning and sanitization
23
- - refactor(utils): enhance type checking, improve HTML string formatting, and implement secure HTML tag cleaning
24
- - update(jest.config): enhance test configuration with coverage options and performance settings
25
- - update(package.json): add new test scripts for coverage, watch, performance, security, and comprehensive testing
26
- - update(README): add spacing for better readability and remove hex color support example
27
- - update(README): restructure content for clarity, enhance features section, and add installation and usage examples
18
+ - Major refactor of HTML string generation and formatting logic with secure tag cleaning
19
+ - Enhanced type checking and consistency across JSON parsing functions
20
+ - Streamlined text handling in textToHTML and parser functions
21
+ - Standardized code style: enforced double quotes, updated ESLint rules, improved Jest configuration
22
+ - Updated package.json: replaced `format` script with `lint` script, added ESLint dependencies
23
+ - Improved variable management using `const` instead of `let` where appropriate
24
+ - Enhanced README structure and clarity, removed hex color support example
28
25
  - Merge pull request #21 from AlexTMjugador/alex/upstream-hex-color-parser-fix
29
26
 
30
27
  ### Fixed
31
28
  - Parser behavior now precisely matches Minecraft game behavior
32
- - tweak(parser/JSONtoHTML): tailor behavior to precisely match the game
33
- - fix(parser): validate text component hex color values
29
+ - Hex color value validation in text components
30
+ - Code consistency issues with standardized formatting
34
31
 
35
32
 
36
33
 
@@ -1,13 +1,13 @@
1
- {"total": {"lines":{"total":278,"covered":273,"skipped":0,"pct":98.2},"statements":{"total":288,"covered":281,"skipped":0,"pct":97.56},"functions":{"total":25,"covered":23,"skipped":0,"pct":92},"branches":{"total":206,"covered":189,"skipped":0,"pct":91.74},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
2
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/index.ts": {"lines":{"total":17,"covered":15,"skipped":0,"pct":88.23},"functions":{"total":4,"covered":2,"skipped":0,"pct":50},"statements":{"total":22,"covered":18,"skipped":0,"pct":81.81},"branches":{"total":24,"covered":18,"skipped":0,"pct":75}}
3
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/styleLibrary.ts": {"lines":{"total":12,"covered":12,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":12,"covered":12,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
4
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/types.ts": {"lines":{"total":1,"covered":0,"skipped":0,"pct":0},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":0,"skipped":0,"pct":0},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
5
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/utils.ts": {"lines":{"total":72,"covered":72,"skipped":0,"pct":100},"functions":{"total":5,"covered":5,"skipped":0,"pct":100},"statements":{"total":73,"covered":73,"skipped":0,"pct":100},"branches":{"total":54,"covered":53,"skipped":0,"pct":98.14}}
6
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/JSONToCleanedText.ts": {"lines":{"total":19,"covered":18,"skipped":0,"pct":94.73},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":19,"covered":18,"skipped":0,"pct":94.73},"branches":{"total":21,"covered":19,"skipped":0,"pct":90.47}}
7
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/JSONToHTML.ts": {"lines":{"total":45,"covered":44,"skipped":0,"pct":97.77},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":45,"covered":44,"skipped":0,"pct":97.77},"branches":{"total":48,"covered":44,"skipped":0,"pct":91.66}}
8
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/autoCleanToText.ts": {"lines":{"total":10,"covered":10,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":10,"covered":10,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
9
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/autoToHTML.ts": {"lines":{"total":11,"covered":11,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":11,"covered":11,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
10
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/index.ts": {"lines":{"total":17,"covered":17,"skipped":0,"pct":100},"functions":{"total":3,"covered":3,"skipped":0,"pct":100},"statements":{"total":19,"covered":19,"skipped":0,"pct":100},"branches":{"total":7,"covered":6,"skipped":0,"pct":85.71}}
11
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/textToHTML.ts": {"lines":{"total":32,"covered":32,"skipped":0,"pct":100},"functions":{"total":3,"covered":3,"skipped":0,"pct":100},"statements":{"total":33,"covered":33,"skipped":0,"pct":100},"branches":{"total":16,"covered":15,"skipped":0,"pct":93.75}}
12
- ,"/Users/snow/projects/my/minecraft-motd-parser/src/parser/textToJSON.ts": {"lines":{"total":42,"covered":42,"skipped":0,"pct":100},"functions":{"total":4,"covered":4,"skipped":0,"pct":100},"statements":{"total":43,"covered":43,"skipped":0,"pct":100},"branches":{"total":28,"covered":26,"skipped":0,"pct":92.85}}
1
+ {"total": {"lines":{"total":277,"covered":272,"skipped":0,"pct":98.19},"statements":{"total":287,"covered":280,"skipped":0,"pct":97.56},"functions":{"total":25,"covered":23,"skipped":0,"pct":92},"branches":{"total":206,"covered":190,"skipped":0,"pct":92.23},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
2
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/index.ts": {"lines":{"total":17,"covered":15,"skipped":0,"pct":88.23},"functions":{"total":4,"covered":2,"skipped":0,"pct":50},"statements":{"total":22,"covered":18,"skipped":0,"pct":81.81},"branches":{"total":24,"covered":18,"skipped":0,"pct":75}}
3
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/styleLibrary.ts": {"lines":{"total":12,"covered":12,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":12,"covered":12,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
4
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/types.ts": {"lines":{"total":1,"covered":0,"skipped":0,"pct":0},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":0,"skipped":0,"pct":0},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
5
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/utils.ts": {"lines":{"total":72,"covered":72,"skipped":0,"pct":100},"functions":{"total":5,"covered":5,"skipped":0,"pct":100},"statements":{"total":73,"covered":73,"skipped":0,"pct":100},"branches":{"total":54,"covered":53,"skipped":0,"pct":98.14}}
6
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/JSONToCleanedText.ts": {"lines":{"total":19,"covered":18,"skipped":0,"pct":94.73},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":19,"covered":18,"skipped":0,"pct":94.73},"branches":{"total":20,"covered":19,"skipped":0,"pct":95}}
7
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/JSONToHTML.ts": {"lines":{"total":45,"covered":44,"skipped":0,"pct":97.77},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":45,"covered":44,"skipped":0,"pct":97.77},"branches":{"total":47,"covered":44,"skipped":0,"pct":93.61}}
8
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/autoCleanToText.ts": {"lines":{"total":10,"covered":10,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":10,"covered":10,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
9
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/autoToHTML.ts": {"lines":{"total":11,"covered":11,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":11,"covered":11,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
10
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/index.ts": {"lines":{"total":17,"covered":17,"skipped":0,"pct":100},"functions":{"total":3,"covered":3,"skipped":0,"pct":100},"statements":{"total":19,"covered":19,"skipped":0,"pct":100},"branches":{"total":7,"covered":6,"skipped":0,"pct":85.71}}
11
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/textToHTML.ts": {"lines":{"total":31,"covered":31,"skipped":0,"pct":100},"functions":{"total":3,"covered":3,"skipped":0,"pct":100},"statements":{"total":32,"covered":32,"skipped":0,"pct":100},"branches":{"total":16,"covered":15,"skipped":0,"pct":93.75}}
12
+ ,"/media/snow/s-data/projects/my/minecraft-motd-parser/src/parser/textToJSON.ts": {"lines":{"total":42,"covered":42,"skipped":0,"pct":100},"functions":{"total":4,"covered":4,"skipped":0,"pct":100},"statements":{"total":43,"covered":43,"skipped":0,"pct":100},"branches":{"total":30,"covered":27,"skipped":0,"pct":90}}
13
13
  }
@@ -25,14 +25,14 @@
25
25
  <div class='fl pad1y space-right2'>
26
26
  <span class="strong">97.56% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>281/288</span>
28
+ <span class='fraction'>280/287</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">91.74% </span>
33
+ <span class="strong">92.23% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>189/206</span>
35
+ <span class='fraction'>190/206</span>
36
36
  </div>
37
37
 
38
38
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">98.2% </span>
47
+ <span class="strong">98.19% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>273/278</span>
49
+ <span class='fraction'>272/277</span>
50
50
  </div>
51
51
 
52
52
 
@@ -99,13 +99,13 @@
99
99
  <div class="chart"><div class="cover-fill" style="width: 98%"></div><div class="cover-empty" style="width: 2%"></div></div>
100
100
  </td>
101
101
  <td data-value="98.88" class="pct high">98.88%</td>
102
- <td data-value="180" class="abs high">178/180</td>
103
- <td data-value="92.18" class="pct high">92.18%</td>
104
- <td data-value="128" class="abs high">118/128</td>
102
+ <td data-value="179" class="abs high">177/179</td>
103
+ <td data-value="92.96" class="pct high">92.96%</td>
104
+ <td data-value="128" class="abs high">119/128</td>
105
105
  <td data-value="100" class="pct high">100%</td>
106
106
  <td data-value="16" class="abs high">16/16</td>
107
- <td data-value="98.86" class="pct high">98.86%</td>
108
- <td data-value="176" class="abs high">174/176</td>
107
+ <td data-value="98.85" class="pct high">98.85%</td>
108
+ <td data-value="175" class="abs high">173/175</td>
109
109
  </tr>
110
110
 
111
111
  </tbody>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2025-05-31T11:22:31.041Z
119
+ at 2025-05-31T14:05:59.962Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -25,14 +25,14 @@
25
25
  <div class='fl pad1y space-right2'>
26
26
  <span class="strong">97.56% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>281/288</span>
28
+ <span class='fraction'>280/287</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">91.74% </span>
33
+ <span class="strong">92.23% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>189/206</span>
35
+ <span class='fraction'>190/206</span>
36
36
  </div>
37
37
 
38
38
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">98.2% </span>
47
+ <span class="strong">98.19% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>273/278</span>
49
+ <span class='fraction'>272/277</span>
50
50
  </div>
51
51
 
52
52
 
@@ -99,13 +99,13 @@
99
99
  <div class="chart"><div class="cover-fill" style="width: 98%"></div><div class="cover-empty" style="width: 2%"></div></div>
100
100
  </td>
101
101
  <td data-value="98.88" class="pct high">98.88%</td>
102
- <td data-value="180" class="abs high">178/180</td>
103
- <td data-value="92.18" class="pct high">92.18%</td>
104
- <td data-value="128" class="abs high">118/128</td>
102
+ <td data-value="179" class="abs high">177/179</td>
103
+ <td data-value="92.96" class="pct high">92.96%</td>
104
+ <td data-value="128" class="abs high">119/128</td>
105
105
  <td data-value="100" class="pct high">100%</td>
106
106
  <td data-value="16" class="abs high">16/16</td>
107
- <td data-value="98.86" class="pct high">98.86%</td>
108
- <td data-value="176" class="abs high">174/176</td>
107
+ <td data-value="98.85" class="pct high">98.85%</td>
108
+ <td data-value="175" class="abs high">173/175</td>
109
109
  </tr>
110
110
 
111
111
  </tbody>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2025-05-31T11:22:31.027Z
119
+ at 2025-05-31T14:05:59.952Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -96,8 +96,8 @@ FN:73,(anonymous_3)
96
96
  FN:160,cleanCodes
97
97
  FNF:5
98
98
  FNH:5
99
- FNDA:15334,isMotdJSONType
100
- FNDA:133276,htmlStringFormatting
99
+ FNDA:15910,isMotdJSONType
100
+ FNDA:133851,htmlStringFormatting
101
101
  FNDA:44,cleanHtmlTags
102
102
  FNDA:38,(anonymous_3)
103
103
  FNDA:13679,cleanCodes
@@ -108,15 +108,15 @@ DA:10,5
108
108
  DA:11,5
109
109
  DA:12,5
110
110
  DA:16,5
111
- DA:20,15334
111
+ DA:20,15910
112
112
  DA:21,5
113
- DA:24,15329
114
- DA:25,15329
115
- DA:26,15329
116
- DA:28,15329
117
- DA:35,133276
113
+ DA:24,15905
114
+ DA:25,15905
115
+ DA:26,15905
116
+ DA:28,15905
117
+ DA:35,133851
118
118
  DA:36,6
119
- DA:38,133270
119
+ DA:38,133845
120
120
  DA:61,44
121
121
  DA:62,6
122
122
  DA:64,38
@@ -176,19 +176,19 @@ DA:164,13679
176
176
  LF:72
177
177
  LH:72
178
178
  BRDA:20,0,0,5
179
- BRDA:20,0,1,15329
180
- BRDA:20,1,0,15334
181
- BRDA:20,1,1,15332
182
- BRDA:20,1,2,15330
183
- BRDA:26,2,0,15329
184
- BRDA:26,2,1,3744
185
- BRDA:28,3,0,15329
179
+ BRDA:20,0,1,15905
180
+ BRDA:20,1,0,15910
181
+ BRDA:20,1,1,15908
182
+ BRDA:20,1,2,15906
183
+ BRDA:26,2,0,15905
184
+ BRDA:26,2,1,4320
185
+ BRDA:28,3,0,15905
186
186
  BRDA:28,3,1,6
187
187
  BRDA:28,3,2,5
188
188
  BRDA:35,4,0,6
189
- BRDA:35,4,1,133270
190
- BRDA:35,5,0,133276
191
- BRDA:35,5,1,133273
189
+ BRDA:35,4,1,133845
190
+ BRDA:35,5,0,133851
191
+ BRDA:35,5,1,133848
192
192
  BRDA:61,6,0,6
193
193
  BRDA:61,6,1,38
194
194
  BRDA:61,7,0,44
@@ -246,17 +246,17 @@ DA:12,551
246
246
  DA:13,1094
247
247
  DA:15,1094
248
248
  DA:17,508
249
- DA:20,506
250
- DA:23,508
251
- DA:25,537
252
- DA:27,0
253
- DA:29,537
254
- DA:30,536
255
- DA:36,550
249
+ DA:19,506
250
+ DA:22,508
251
+ DA:24,537
252
+ DA:26,0
253
+ DA:28,537
254
+ DA:29,536
255
+ DA:35,550
256
+ DA:36,40
256
257
  DA:37,40
257
- DA:38,40
258
- DA:41,39
259
- DA:44,550
258
+ DA:40,39
259
+ DA:43,550
260
260
  LF:19
261
261
  LH:18
262
262
  BRDA:15,0,0,508
@@ -266,21 +266,20 @@ BRDA:15,1,1,509
266
266
  BRDA:17,2,0,506
267
267
  BRDA:17,2,1,2
268
268
  BRDA:17,3,0,508
269
- BRDA:17,3,1,506
270
- BRDA:17,3,2,0
271
- BRDA:25,4,0,0
272
- BRDA:25,4,1,537
273
- BRDA:29,5,0,536
274
- BRDA:29,5,1,1
275
- BRDA:36,6,0,40
276
- BRDA:36,6,1,510
277
- BRDA:36,7,0,550
278
- BRDA:36,7,1,42
279
- BRDA:38,8,0,39
280
- BRDA:38,8,1,1
281
- BRDA:38,9,0,40
282
- BRDA:38,9,1,2
283
- BRF:21
269
+ BRDA:17,3,1,2
270
+ BRDA:24,4,0,0
271
+ BRDA:24,4,1,537
272
+ BRDA:28,5,0,536
273
+ BRDA:28,5,1,1
274
+ BRDA:35,6,0,40
275
+ BRDA:35,6,1,510
276
+ BRDA:35,7,0,550
277
+ BRDA:35,7,1,42
278
+ BRDA:37,8,0,39
279
+ BRDA:37,8,1,1
280
+ BRDA:37,9,0,40
281
+ BRDA:37,9,1,2
282
+ BRF:20
284
283
  BRH:19
285
284
  end_of_record
286
285
  TN:
@@ -290,7 +289,7 @@ FN:15,parseJSONToHTML
290
289
  FNF:2
291
290
  FNH:2
292
291
  FNDA:5,(anonymous_0)
293
- FNDA:14832,parseJSONToHTML
292
+ FNDA:15408,parseJSONToHTML
294
293
  DA:2,5
295
294
  DA:3,5
296
295
  DA:5,5
@@ -298,15 +297,15 @@ DA:6,5
298
297
  DA:7,5
299
298
  DA:8,5
300
299
  DA:9,5
301
- DA:16,14832
302
- DA:17,14832
303
- DA:18,14832
304
- DA:21,14832
305
- DA:23,30660
306
- DA:25,30660
300
+ DA:16,15408
301
+ DA:17,15408
302
+ DA:18,15408
303
+ DA:21,15408
304
+ DA:23,31812
305
+ DA:25,31812
307
306
  DA:26,1019
308
307
  DA:27,341
309
- DA:41,30660
308
+ DA:41,31812
310
309
  DA:42,11556
311
310
  DA:43,11556
312
311
  DA:44,11556
@@ -319,23 +318,23 @@ DA:56,549
319
318
  DA:58,540
320
319
  DA:64,11556
321
320
  DA:65,11547
322
- DA:69,30660
323
- DA:71,3258
324
- DA:74,3256
325
- DA:77,3257
326
- DA:79,14789
327
- DA:81,2
328
- DA:83,14787
329
- DA:84,14786
330
- DA:90,12190
321
+ DA:69,31812
322
+ DA:71,3834
323
+ DA:73,3832
324
+ DA:76,3833
325
+ DA:78,15365
326
+ DA:80,2
327
+ DA:82,15363
328
+ DA:83,15362
329
+ DA:89,12190
330
+ DA:90,11568
331
331
  DA:91,11568
332
- DA:92,11568
333
- DA:95,11567
332
+ DA:94,11567
333
+ DA:97,12190
334
334
  DA:98,12190
335
- DA:99,12190
336
- DA:100,11550
337
- DA:103,640
338
- DA:105,12190
335
+ DA:99,11550
336
+ DA:102,640
337
+ DA:104,12190
339
338
  LF:45
340
339
  LH:44
341
340
  BRDA:2,0,0,5
@@ -346,11 +345,11 @@ BRDA:3,1,1,0
346
345
  BRDA:3,2,0,5
347
346
  BRDA:3,2,1,5
348
347
  BRDA:25,3,0,1019
349
- BRDA:25,3,1,29641
348
+ BRDA:25,3,1,30793
350
349
  BRDA:26,4,0,341
351
350
  BRDA:26,4,1,678
352
351
  BRDA:41,5,0,11556
353
- BRDA:41,5,1,19104
352
+ BRDA:41,5,1,20256
354
353
  BRDA:44,6,0,11556
355
354
  BRDA:44,6,1,0
356
355
  BRDA:46,7,0,11007
@@ -361,32 +360,31 @@ BRDA:56,9,0,540
361
360
  BRDA:56,9,1,9
362
361
  BRDA:64,10,0,11547
363
362
  BRDA:64,10,1,9
364
- BRDA:69,11,0,3258
365
- BRDA:69,11,1,27402
366
- BRDA:69,12,0,30660
367
- BRDA:69,12,1,3259
368
- BRDA:71,13,0,3256
363
+ BRDA:69,11,0,3834
364
+ BRDA:69,11,1,27978
365
+ BRDA:69,12,0,31812
366
+ BRDA:69,12,1,3835
367
+ BRDA:71,13,0,3832
369
368
  BRDA:71,13,1,2
370
- BRDA:71,14,0,3258
371
- BRDA:71,14,1,3256
372
- BRDA:71,14,2,0
373
- BRDA:79,15,0,2
374
- BRDA:79,15,1,14787
375
- BRDA:83,16,0,14786
376
- BRDA:83,16,1,1
377
- BRDA:90,17,0,11568
378
- BRDA:90,17,1,622
379
- BRDA:90,18,0,12190
380
- BRDA:90,18,1,11573
381
- BRDA:92,19,0,11567
382
- BRDA:92,19,1,1
383
- BRDA:92,20,0,11568
384
- BRDA:92,20,1,2
385
- BRDA:99,21,0,11550
386
- BRDA:99,21,1,640
387
- BRDA:99,22,0,12190
388
- BRDA:99,22,1,11850
389
- BRF:48
369
+ BRDA:71,14,0,3834
370
+ BRDA:71,14,1,2
371
+ BRDA:78,15,0,2
372
+ BRDA:78,15,1,15363
373
+ BRDA:82,16,0,15362
374
+ BRDA:82,16,1,1
375
+ BRDA:89,17,0,11568
376
+ BRDA:89,17,1,622
377
+ BRDA:89,18,0,12190
378
+ BRDA:89,18,1,11573
379
+ BRDA:91,19,0,11567
380
+ BRDA:91,19,1,1
381
+ BRDA:91,20,0,11568
382
+ BRDA:91,20,1,2
383
+ BRDA:98,21,0,11550
384
+ BRDA:98,21,1,640
385
+ BRDA:98,22,0,12190
386
+ BRDA:98,22,1,11850
387
+ BRF:47
390
388
  BRH:44
391
389
  end_of_record
392
390
  TN:
@@ -484,63 +482,62 @@ end_of_record
484
482
  TN:
485
483
  SF:src/parser/textToHTML.ts
486
484
  FN:10,textToHTML
487
- FN:14,(anonymous_1)
488
- FN:18,(anonymous_2)
485
+ FN:13,(anonymous_1)
486
+ FN:17,(anonymous_2)
489
487
  FNF:3
490
488
  FNH:3
491
- FNDA:28035,textToHTML
492
- FNDA:517731,(anonymous_1)
493
- FNDA:378080,(anonymous_2)
489
+ FNDA:28611,textToHTML
490
+ FNDA:518306,(anonymous_1)
491
+ FNDA:378655,(anonymous_2)
494
492
  DA:2,5
495
493
  DA:3,5
496
494
  DA:4,5
497
495
  DA:5,5
498
- DA:11,28035
499
- DA:12,28035
500
- DA:13,28035
501
- DA:14,517731
502
- DA:15,28035
503
- DA:16,28035
504
- DA:17,28035
505
- DA:18,28035
506
- DA:19,378080
507
- DA:22,378080
508
- DA:24,118142
509
- DA:26,118142
510
- DA:27,20152
511
- DA:31,259938
512
- DA:32,126706
496
+ DA:11,28611
497
+ DA:12,28611
498
+ DA:13,518306
499
+ DA:14,28610
500
+ DA:15,28610
501
+ DA:16,28610
502
+ DA:17,28610
503
+ DA:18,378655
504
+ DA:21,378655
505
+ DA:23,118142
506
+ DA:25,118142
507
+ DA:26,20152
508
+ DA:30,260513
509
+ DA:31,126706
510
+ DA:32,3212
513
511
  DA:33,3212
514
- DA:34,3212
515
- DA:39,123494
516
- DA:46,133232
517
- DA:47,133232
518
- DA:50,133232
519
- DA:51,118348
520
- DA:53,133232
521
- DA:59,133232
522
- DA:60,133231
523
- DA:61,118354
524
- DA:64,14877
525
- DA:69,28034
526
- LF:32
527
- LH:32
528
- BRDA:22,0,0,118142
529
- BRDA:22,0,1,259938
530
- BRDA:26,1,0,20152
531
- BRDA:26,1,1,97990
532
- BRDA:31,2,0,126706
533
- BRDA:31,2,1,133232
534
- BRDA:32,3,0,3212
535
- BRDA:32,3,1,123494
536
- BRDA:50,4,0,118348
537
- BRDA:50,4,1,14884
538
- BRDA:53,5,0,133232
539
- BRDA:53,5,1,0
540
- BRDA:60,6,0,118354
541
- BRDA:60,6,1,14877
542
- BRDA:60,7,0,133231
543
- BRDA:60,7,1,14883
512
+ DA:38,123494
513
+ DA:45,133807
514
+ DA:46,133807
515
+ DA:49,133807
516
+ DA:50,118348
517
+ DA:52,133807
518
+ DA:58,133807
519
+ DA:59,133807
520
+ DA:60,118354
521
+ DA:63,15453
522
+ DA:68,28610
523
+ LF:31
524
+ LH:31
525
+ BRDA:21,0,0,118142
526
+ BRDA:21,0,1,260513
527
+ BRDA:25,1,0,20152
528
+ BRDA:25,1,1,97990
529
+ BRDA:30,2,0,126706
530
+ BRDA:30,2,1,133807
531
+ BRDA:31,3,0,3212
532
+ BRDA:31,3,1,123494
533
+ BRDA:49,4,0,118348
534
+ BRDA:49,4,1,15459
535
+ BRDA:52,5,0,133807
536
+ BRDA:52,5,1,0
537
+ BRDA:59,6,0,118354
538
+ BRDA:59,6,1,15453
539
+ BRDA:59,7,0,133807
540
+ BRDA:59,7,1,15459
544
541
  BRF:16
545
542
  BRH:15
546
543
  end_of_record
@@ -590,10 +587,10 @@ DA:64,3121
590
587
  DA:66,3121
591
588
  DA:67,3121
592
589
  DA:69,3105
593
- DA:71,16727
594
- DA:72,9426
595
- DA:74,8423
596
- DA:78,7301
590
+ DA:72,16727
591
+ DA:73,9426
592
+ DA:75,8423
593
+ DA:79,7301
597
594
  DA:80,999
598
595
  DA:86,16
599
596
  DA:91,9438
@@ -618,16 +615,18 @@ BRDA:66,7,0,3121
618
615
  BRDA:66,7,1,0
619
616
  BRDA:67,8,0,3105
620
617
  BRDA:67,8,1,16
621
- BRDA:71,9,0,9426
622
- BRDA:71,9,1,7301
623
- BRDA:72,10,0,8423
624
- BRDA:72,10,1,1003
625
- BRDA:72,11,0,9426
626
- BRDA:72,11,1,9426
627
- BRDA:78,12,0,999
628
- BRDA:78,12,1,6302
629
- BRDA:78,13,0,7301
630
- BRDA:78,13,1,7301
631
- BRF:28
632
- BRH:26
618
+ BRDA:72,9,0,9426
619
+ BRDA:72,9,1,7301
620
+ BRDA:73,10,0,8423
621
+ BRDA:73,10,1,1003
622
+ BRDA:73,11,0,9426
623
+ BRDA:73,11,1,9426
624
+ BRDA:79,12,0,999
625
+ BRDA:79,12,1,6302
626
+ BRDA:79,13,0,0
627
+ BRDA:79,13,1,7301
628
+ BRDA:79,14,0,7301
629
+ BRDA:79,14,1,7301
630
+ BRF:30
631
+ BRH:27
633
632
  end_of_record