v8.0.0-rc.8-dev.16: fix(psl-parser): validate AST kinds across parser copies (#30228)
- Prisma 近 90 天出现 43 次
- Prisma 近 90 天第 43 次发版
- 上一次:同一天稍早 · v8.0.0-rc.8-dev.15: Include function names in attribute alternative errors (#30224)
发生了什么
Fixes false language-server diagnostics for valid PSL schemas that contract emit accepts, including the schema generated by prisma orm init . Changes Replace constructor-identity checks in all 11 attribute combinators with existing kind-based AST casts. Add an integration regression comparing CLI emission with the LSP diagnostic pipeline across the internal-parser/public-interpreter boundary. Cover the init schema,…
摘要按规则整理自下方来源原文