Commit 5694ba6
committed
Re-enable MetadataMergeStage in parse_qmd_to_ast, enable test:ci in CI
- Re-enable MetadataMergeStage in parse_qmd_to_ast so format is injected
into merged metadata (needed by formatDetection tests and PreviewRouter).
Remove the commented-out AstTransformsStage entirely — parse_qmd_to_ast
intentionally returns a pre-transform AST for Elliot's debug renderer.
- Delete stale PreviewRouter.test.ts (file moved to render/ subdirectory,
test was never visible in CI since test:ci was disabled).
- Uncomment test:ci step in ts-test-suite.yml so hub-client tests run in CI.1 parent 2dc3848 commit 5694ba6
4 files changed
Lines changed: 7 additions & 111 deletions
File tree
- .github/workflows
- claude-notes/plans
- crates/quarto-core/src
- hub-client/src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
| 300 | + | |
303 | 301 | | |
304 | 302 | | |
305 | 303 | | |
| |||
This file was deleted.
0 commit comments