Commit 132742f
docs(spec): the dialect table's cron row names what fires a schedule — cron-parser is not in the product (#15877)
* docs(spec): dialect table's cron row names what fires a schedule, not cron-parser
The `## Dialects` table in the Expression Protocol docblock named
`cron-parser` as the cron engine. That package is not a dependency of any
package in the repo; the library that fires a schedule is `croner`, reached
only from `CronSchedule.expression` via `toBoundaryJobSchedule` and
`CronJobAdapter`. No cron syntax is judged at parse time, the other
cron-typed slots reach no engine, and formula's registered cron engine has
no caller outside its package. The row and one sentence under the table now
say so; the generated reference page follows in the regeneration commit.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M59rPZZFzqhfMUPFqqZTkf
* docs(spec): regenerate the Expression reference page from the corrected dialect table
Produced by `pnpm --filter @objectstack/spec gen:docs`; the only file the
generator changed. The page's cron row and the sentence under the table now
match the docblock.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M59rPZZFzqhfMUPFqqZTkf
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 6acb37e commit 132742f
3 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments