Logo
Explore Help
Sign In
studio/storybook
2
0
Fork 0
You've already forked storybook
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
dcc27a69887d8965bb6402e2b4f60f7a31827e24
storybook/xtask/Cargo.toml

9 lines
107 B
TOML
Raw Normal View History

feat(lang): rename schedule keyword from extends to modifies Changed the schedule composition keyword from "extends" to "modifies" to better reflect the semantic meaning of schedule inheritance. When a schedule modifies another, it inherits base blocks and can override them by name or add new blocks. This is a breaking change for all existing Storybook files that use schedule composition. The migration is a simple find-and-replace: schedule X extends Y → schedule X modifies Y Changes include: - Grammar: Updated tree-sitter grammar and lexer token - Parser: Updated lalrpop parser and AST field names - Documentation: Updated all reference docs, tutorials, and specs - Examples: Updated baker-family example schedules - Tests: Updated all test cases and corpus files - Testing: Added type system keywords to prop_tests exclusion list - Tooling: Added xtask for workspace cleanup - Version: Bumped to v0.3.1 (skipping v0.3.0) - Spec: Created SBIR v0.3.1 spec documenting the change BREAKING CHANGE: The "extends" keyword for schedules has been replaced with "modifies". Update all schedule declarations.
2026-02-16 22:52:48 +00:00
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 23ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API