File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The code is written in TypeScript. This file describes how the code works.
19
19
- [ Tag object properties] ( #tag-object-properties )
20
20
- [ Per-tag explanation] ( #per-tag-explanation )
21
21
- [ Regular expression] ( #regular-expression )
22
+ - [ The package.json file] ( #the-packagejson-file )
22
23
<br />
23
24
24
25
## Terminology
@@ -486,7 +487,7 @@ When we find an `ifversion` tag we:
486
487
487
488
When we find an ` elsif ` tag:
488
489
- If ` cursorIsAfterTagStart ` is true we:
489
- - Assign ` tagCounter ` to ` currentTagSpan[nestingLevel] ` .
490
+ - Assign ` tagCounter ` to ` currentTagSpan[nestingLevel] ` .
490
491
- Assign the version to ` versionDescription[nestingLevel] ` , prepending "AND " if we're in a nested tag set.
491
492
- Set ` elsedVersions[nestingLevel] ` to ` elsedVersions[nestingLevel] + " \nAND NOT " + match[2] ` (e.g. "NOT ghes \nAND NOT ghec").
492
493
@@ -496,7 +497,7 @@ Note that we don't assign a value to `tagSetID[nestingLevel]` because this tag d
496
497
497
498
When we find an ` else ` tag:
498
499
- If ` cursorIsAfterTagStart ` is true we:
499
- - Assign ` tagCounter ` to ` currentTagSpan[nestingLevel] ` .
500
+ - Assign ` tagCounter ` to ` currentTagSpan[nestingLevel] ` .
500
501
- Assign the ` elsedVersions[nestingLevel] ` to ` versionDescription[nestingLevel] ` , prepending "AND " if we're in a nested tag set.
501
502
502
503
#### ` endif `
You can’t perform that action at this time.
0 commit comments