issues
search
marko-js
/
htmljs-parser
An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values
MIT License
137
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Closing tag names include trailing whitespace
#174
AngusMorton
opened
8 months ago
0
chore: upgrade deps
#173
DylanPiercey
closed
9 months ago
2
[ci] release
#172
github-actions[bot]
closed
10 months ago
0
chore: update deps
#171
DylanPiercey
closed
10 months ago
2
Comments aren't emitted if they are in a tag
#170
AngusMorton
opened
10 months ago
0
[ci] release
#169
github-actions[bot]
closed
11 months ago
0
fix: improve detection of regexp vs division
#168
DylanPiercey
closed
11 months ago
2
Backslash in style block causes parsing errors
#167
vwong
closed
11 months ago
1
Unable to export multiline types
#166
vwong
closed
1 year ago
1
[ci] release
#165
github-actions[bot]
closed
1 year ago
0
feat: support indented comments outside of a parent tag
#164
DylanPiercey
closed
1 year ago
1
[ci] release
#163
github-actions[bot]
closed
1 year ago
0
fix: always consume terminator if it is preceded by an operator
#162
DylanPiercey
closed
1 year ago
2
fix: parsed text placeholders should enter the text state on close qu…
#161
DylanPiercey
closed
1 year ago
2
test: add regression test for quotes
#160
snyamathi
closed
1 year ago
2
[ci] release
#159
github-actions[bot]
closed
1 year ago
0
fix: parsed text string literals
#158
DylanPiercey
closed
1 year ago
2
[ci] release
#157
github-actions[bot]
closed
1 year ago
0
fix: ensure unary expression continuation is a word boundary
#156
DylanPiercey
closed
1 year ago
2
[ci] release
#155
github-actions[bot]
closed
1 year ago
0
Avoid period continuation for non identifier, improve coma sep handling for attrs
#154
DylanPiercey
closed
1 year ago
2
[ci] release
#153
github-actions[bot]
closed
1 year ago
0
fix: ensure type args directly follow tag name
#152
DylanPiercey
closed
1 year ago
2
[ci] release
#151
github-actions[bot]
closed
1 year ago
0
fix: tag variable not terminated on concise mode text delimiter
#150
DylanPiercey
closed
1 year ago
2
[ci] release
#149
github-actions[bot]
closed
1 year ago
0
fix: scriptlet block with semi-colon
#148
DylanPiercey
closed
1 year ago
2
[ci] release
#147
github-actions[bot]
closed
1 year ago
0
fix: ensure keyword operators are always followed by a space
#146
DylanPiercey
closed
1 year ago
2
chore(deps): bump json5 from 2.2.1 to 2.2.3
#145
dependabot[bot]
opened
1 year ago
2
[ci] release
#144
github-actions[bot]
closed
1 year ago
0
fix: issue with escaped placeholder at end of tag
#143
DylanPiercey
closed
1 year ago
2
[ci] release
#142
github-actions[bot]
closed
1 year ago
0
feat: support parsing type parameters
#141
DylanPiercey
closed
1 year ago
2
chore: upgrade deps
#140
DylanPiercey
closed
1 year ago
2
[ci] release
#139
github-actions[bot]
closed
2 years ago
0
fix: issue with parsing division followed by encloused code
#138
DylanPiercey
closed
2 years ago
2
Fixed Code Example onOpenTagStart
#137
ThomasMcDonald
closed
2 years ago
4
perf: optimize parser constructor
#136
DylanPiercey
closed
2 years ago
2
[ci] release
#135
github-actions[bot]
closed
2 years ago
0
fix: improve missing attribute value error
#134
DylanPiercey
closed
2 years ago
2
[ci] release
#133
github-actions[bot]
closed
2 years ago
0
fix: regression with comments inside parsed text state
#132
DylanPiercey
closed
2 years ago
2
[ci] release
#131
github-actions[bot]
closed
2 years ago
0
Avoid regexp for expression continuations
#130
DylanPiercey
closed
2 years ago
2
chore: upgrade dev deps
#129
DylanPiercey
closed
2 years ago
2
[ci] release
#128
github-actions[bot]
closed
2 years ago
0
fix: require a whitespace before js style comments inside html content
#127
DylanPiercey
closed
2 years ago
2
[ci] release
#126
github-actions[bot]
closed
2 years ago
0
feat: expose position / location / line internal apis
#125
DylanPiercey
closed
2 years ago
2
Next