htmv 0.0.38 → 0.0.39

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.
@@ -121,6 +121,7 @@ export function parse(tokens) {
121
121
  }
122
122
  textBuffer += letter;
123
123
  }
124
+ clearBuffer();
124
125
  function clearBuffer() {
125
126
  if (textBuffer.length > 0) {
126
127
  tokens.push({
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "htmv",
3
3
  "main": "dist/index.js",
4
4
  "type": "module",
5
- "version": "0.0.38",
5
+ "version": "0.0.39",
6
6
  "devDependencies": {
7
7
  "@biomejs/biome": "2.3.3",
8
8
  "@types/bun": "latest"