fix(parse): stop dropping children indented in components - #398
Conversation
◈ PR Lens
Architecture 4 components touched across 2 lanes. Inside the changed components — 1 viewCode view — Indentation Shifting Indentation shifting and zero-floor tokenization inside block components Data flow
Drill down
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
comark
@comark/angular
@comark/ansi
@comark/html
@comark/nuxt
@comark/react
@comark/svelte
@comark/vue
commit: |
✅ Bundle snapshot updatedCommitted the new snapshot as 9383e58, verified by re-running the bundle check against it. GitHub suppresses the events a workflow commit would normally raise, so the Produced by this run. |
|
/update-bundle-snapshot |
Summary
Keep a block component's children when they sit left of the component's own
::marker, instead of dropping them silently.Changes
Child indentation (
plugins/components.ts,internal/parse/indent.ts)