@sap/cds-compiler 5.7.0 → 5.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/lib/gen/CdlParser.js +2357 -2360
- package/lib/parsers/AstBuildingParser.js +10 -1
- package/lib/parsers/CdlGrammar.g4 +4 -2
- package/lib/render/utils/delta.js +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@
|
|
|
7
7
|
Note: `beta` fixes, changes and features are usually not listed in this ChangeLog but [here](doc/CHANGELOG_BETA.md).
|
|
8
8
|
The compiler behavior concerning `beta` features can change at any time without notice.
|
|
9
9
|
|
|
10
|
+
## Version 5.7.2 - 2025-01-30
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Fix edge case in error recovery of the new CDL parser (option `newParser: true`)
|
|
15
|
+
|
|
16
|
+
|
|
10
17
|
## Version 5.7.0 - 2025-01-24
|
|
11
18
|
|
|
12
19
|
### Added
|