You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: drop internal version codenames from code/tests/docs
The original branch was scaffolded as a 'v3 spike' and individual
test annotations referenced a development-time 'v11.3' milestone.
Both leak internal naming into permanent files. This pass converts
those references plus the load-bearing 'v10' / 'v11' framing into
evergreen wording.
- test/index.js: slim header explaining the three-flag wrapper,
drop the csstools-oracle env-var toggle (debugging-only), and
compact every divergence annotation to one short line in the
form `// <change description>`. Keeps the `/* legacy output */
new output` inline syntax so each diff is visible at a glance.
Drops the 'flag mechanics' comments on tests whose expected
output is unchanged — the wrapper at the top explains the
flags once.
- README: rename 'Migrating from postcss-calc 10.x' section to
'Behavior differences from the legacy parser'. The substantive
content (three-flag combo + spec-aligned defaults list) is
preserved with version-free phrasing.
- src/, scripts/, configs: 'v3' → 'this implementation' /
'pratt pipeline'; 'v11.3' → 'planned follow-up'; 'v10' →
'legacy' / 'previously'. CHANGELOG left untouched (historical
release entries pre-date this PR).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments