5671 Commits

Author SHA1 Message Date
dpiercey
3fca231022
fix: test race condition marko@5.35.22 2024-10-10 10:32:07 -07:00
github-actions[bot]
1e9d224205 [ci] release 2024-10-10 10:26:14 -07:00
dpiercey
e57e706a90 fix: expose v3 helpers 2024-10-10 10:14:43 -07:00
dpiercey
1e2c903cb1 fix: trailing in order await before reorder runtime blocking resolved out of order awaits 2024-10-10 10:14:43 -07:00
github-actions[bot]
84c3ab4c3c
[ci] release (#2311)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.35.21
2024-10-09 13:34:58 -07:00
Luke LaValva
4bab09c3ab
fix: throw error instead of printing CDATA (#2312)
* fix: error when using cdata (Marko 6)
2024-10-09 13:27:58 -07:00
LuLaValva
5d4742ec15 refactor: remove unused reconcilers 2024-10-09 13:27:08 -07:00
dpiercey
5b4ffa85d4 fix: add back marko v3 legacy helpers 2024-10-09 13:25:38 -07:00
dpiercey
75d0ab8301 fix: downgrade minimatch 2024-10-09 13:08:51 -07:00
Luke LaValva
a279d09349
docs: add warning about overserialization (#2308) 2024-10-08 13:22:41 -07:00
github-actions[bot]
7b6bf89c23 [ci] release @marko/babel-utils@6.5.7 @marko/compiler@5.37.15 @marko/runtime-tags@0.1.14 @marko/translator-default@6.0.16 @marko/translator-interop-class-tags@0.1.25 @marko/translator-tags@0.2.10 marko@5.35.20 2024-10-03 16:40:23 -07:00
dpiercey
f06d4b0559 chore: fix babel regression 2024-10-03 16:17:06 -07:00
Ryan Turnquist
2a971ce661
Fix cleanup (#2309)
* fix: cleanup nested scopes

* fix: ensure child scopes get written for custom and dynamic tags

* fix: add downstream intersections to `intersection` signals

* fix: lazy intersections in dom compilation, make order irrelevant

* fix: use symbol for tag extra member
2024-10-01 13:57:33 -07:00
Michael Rawlings
4d8eb53c73
fix: upgrade babel/it-fails, fix VComment (#2306)
- updated VComment to not assume the host is the document
- regenerated lockfile, primarily to update @babel/generate
- updated it-fails to get a fix for an issue that caused the process to exit early
- updated lots of snapshots that had whitespace changes due to @babel/generate changes
2024-09-27 14:22:57 -04:00
github-actions[bot]
ab914dc527
[ci] release (#2304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@marko/compiler@5.37.14 marko@5.35.19
2024-09-25 18:08:34 -07:00
Ryan Turnquist
e6d117b67a
fix: add frame property to compile errors (#2303) 2024-09-25 17:48:36 -07:00
github-actions[bot]
93a767ee56 [ci] release @marko/compiler@5.37.13 @marko/translator-default@6.0.15 marko@5.35.18 2024-09-24 11:11:55 -07:00
dpiercey
d45f91a5e0 fix: issue with legacy w-bind being vdom optimized 2024-09-24 11:07:10 -07:00
github-actions[bot]
60c2c1cd62 [ci] release @marko/compiler@5.37.12 @marko/translator-default@6.0.14 marko@5.35.17 2024-09-23 09:34:08 -07:00
dpiercey
c01d83fb26 fix: ignore unrecognized tags compiler option with dynamic tags 2024-09-23 09:26:45 -07:00
dpiercey
cfff311114 fix: remove dom manipulation warning 2024-09-23 09:26:45 -07:00
github-actions[bot]
11dd01c87a [ci] release @marko/babel-utils@6.5.6 @marko/compiler@5.37.11 @marko/runtime-tags@0.1.13 @marko/translator-default@6.0.13 @marko/translator-interop-class-tags@0.1.24 @marko/translator-tags@0.2.9 marko@5.35.16 2024-09-20 11:11:38 -07:00
dpiercey
81c5c0e043 fix: compat issues 2024-09-20 11:04:43 -07:00
github-actions[bot]
8ae0ef9199 [ci] release @marko/compiler@5.37.10 @marko/translator-default@6.0.12 marko@5.35.15 2024-09-19 15:30:45 -07:00
dpiercey
c600610247 fix: issue diffing unescaped html that contains comments 2024-09-19 14:33:47 -07:00
github-actions[bot]
acc18f609b [ci] release @marko/runtime-tags@0.1.12 @marko/translator-tags@0.2.8 2024-09-10 16:46:49 -07:00
Ryan Turnquist
3464f38903
fix: walk over child with no sibling (#2293)
* fix: walk over child with no sibling
2024-09-10 16:17:03 -07:00
Ryan Turnquist
616e79e9c2
Better signal child optimization analysis and support recursive components (#2291)
* fix: use analysis for single node check

* fix: hoist exports for recursive components
2024-09-10 14:28:45 -07:00
github-actions[bot]
ae5dd22fa8
[ci] release (#2290)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
marko@5.35.14
2024-08-30 15:55:23 -07:00
Ryan Turnquist
71936e7a6a
Dynamic tag vars (#2288)
* feat: support dynamic tag variables
2024-08-30 14:24:47 -07:00
Luke LaValva
e20e9af702
fix: referencing Marko.Component in a split component adds Marko to window (#2289) 2024-08-30 14:20:17 -07:00
github-actions[bot]
3286eac816 [ci] release @marko/compiler@5.37.9 @marko/translator-default@6.0.11 marko@5.35.13 2024-08-29 11:11:08 -07:00
dpiercey
55338b5296 perf: optimize template literal printing in html mode 2024-08-29 11:03:46 -07:00
github-actions[bot]
e7eb9c3f53 [ci] release @marko/babel-utils@6.5.5 @marko/compiler@5.37.8 @marko/runtime-tags@0.1.11 @marko/translator-default@6.0.10 @marko/translator-interop-class-tags@0.1.23 @marko/translator-tags@0.2.7 marko@5.35.12 2024-08-28 12:42:47 -07:00
dpiercey
d0723d3983 fix: source maps off by one in concise/static parsed nodes 2024-08-28 12:11:26 -07:00
github-actions[bot]
43c122593b [ci] release @marko/babel-utils@6.5.4 @marko/compiler@5.37.7 @marko/runtime-tags@0.1.10 @marko/translator-default@6.0.9 @marko/translator-interop-class-tags@0.1.22 @marko/translator-tags@0.2.6 marko@5.35.11 2024-08-28 09:37:00 -07:00
dpiercey
32e2eff5c3 fix: improve style block/tag sourcemaps 2024-08-28 09:21:58 -07:00
dpiercey
10f61e206b chore: minor serialize improvement 2024-08-21 15:12:04 -07:00
github-actions[bot]
094ab1fb8f [ci] release @marko/translator-interop-class-tags@0.1.21 @marko/translator-tags@0.2.5 2024-08-19 16:40:22 -07:00
dpiercey
9411c9dc2c fix: ensure MARKO_DEBUG is stripped for translators 2024-08-19 16:35:13 -07:00
github-actions[bot]
e8237f64d9 [ci] release @marko/babel-utils@6.5.3 @marko/compiler@5.37.6 @marko/runtime-tags@0.1.9 @marko/translator-default@6.0.8 @marko/translator-interop-class-tags@0.1.20 @marko/translator-tags@0.2.4 marko@5.35.10 2024-08-19 12:14:30 -07:00
dpiercey
ce88d8194f fix: start of line source location issue 2024-08-19 12:03:27 -07:00
Luke LaValva
74e6633b3e
refactor: function registration (#2273) 2024-08-19 10:01:00 -07:00
github-actions[bot]
a529d9114b [ci] release @marko/babel-utils@6.5.2 @marko/compiler@5.37.5 @marko/runtime-tags@0.1.8 @marko/translator-default@6.0.7 @marko/translator-interop-class-tags@0.1.19 @marko/translator-tags@0.2.3 marko@5.35.9 2024-08-16 16:15:27 -07:00
dpiercey
5cea7d65ea perf: optimize javascript expression parsing 2024-08-16 16:10:29 -07:00
Luke LaValva
441bdcbfa8
feat: tag var shadowing, same scope (#2272) 2024-08-15 09:25:40 -07:00
Luke LaValva
3a820ad213
feat: transform for binding syntax (#2271) 2024-08-13 09:12:08 -07:00
github-actions[bot]
4668c8a2e4 [ci] release marko@5.35.8 2024-08-08 14:59:36 -07:00
dpiercey
18bcddb64b chore: update snapshots 2024-08-08 14:12:51 -07:00
dpiercey
07072eb4e2 chore: upgrade deps and eslint config 2024-08-08 14:12:51 -07:00