-
Notifications
You must be signed in to change notification settings - Fork 890
Web core update #764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+6,412
−3,586
Merged
Web core update #764
Changes from 24 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
216d8fd
feat(web_core): extract v0.9 updates and fix test script
gspencergoog ce9832e
Fix the lit sample by removing deleted restaurant workspace and updat…
gspencergoog f587f37
Merge branch 'main' into fix_lit_sample
gspencergoog 2537764
Update samples/client/lit/shell/app.ts
gspencergoog a1926a7
Remove redundant "demo:all" script
gspencergoog ae9e200
Merge branch 'fix_lit_sample' into web_core_update
gspencergoog ef95d6b
Fix angular imports
gspencergoog be54d02
feat(web_core): Add comprehensive tests for v0.8 and v0.9
gspencergoog ebd0f76
feat(web_core): Add tests for ExpressionParser and v0.8 styles
gspencergoog 55a7186
feat(web_core): Add tests for ComponentContext
gspencergoog 825a186
Add comprehensive test coverage for web_core v0.9 components
gspencergoog b3860c2
docs(web_core): cleanup implementation comments and improve test cove…
gspencergoog ce70f3a
chore(web_core): add copyright headers to source files
gspencergoog 7adce90
Revert package-lock.json change
gspencergoog 2a5af20
Update renderers/web_core/src/v0_9/basic_catalog/functions/basic_func…
gspencergoog 823a337
Clean up package locks
gspencergoog 217ba4f
Revert lit changes
gspencergoog 882bb95
Refactor ExpressionEvaluator to strict A2UI v0.9 compliance
gspencergoog ef93dca
Refactor ExpressionParser error handling to use Observables
gspencergoog 08a13bc
Merge branch 'main' into web_core_update
gspencergoog e941a33
Fix CI build failure: expose data modules in web_core exports
gspencergoog c46fb2f
Merge branch 'main' into web_core_update
gspencergoog d1e007c
Fix lit build: add root export to web_core package.json
gspencergoog 38bf018
Fix quotes, remove resolved fields from package-lock
gspencergoog cdb88bf
refactor(web_core): improve data context, stabilize parsing, and add …
gspencergoog bf893d5
feat(data-context): implement error context reporting
gspencergoog 597c435
Update formatting
gspencergoog e6599e9
Merge branch 'main' into web_core_update
gspencergoog 2debac6
refactor(web_core): remove unused getData and setData methods from Me…
gspencergoog d92878a
chore(renderer/web_core): restore schema copying build script
gspencergoog 5b4ba0e
test(web_core): Implement v0.9 A2UI schema verification test
gspencergoog 8c82d11
feat(web_core): implement v0.8 strict Zod validation
gspencergoog 4457953
test(lit): Fix type errors in tests after v0.8 schema changes
gspencergoog a6dadc1
Remove unnecessary directory
gspencergoog f923ec6
Merge branch 'main' into web_core_update
gspencergoog 8376cc3
feat(web_core): bundle v0.9 canonical schemas
gspencergoog 9d6540b
Merge branch 'main' into web_core_update
gspencergoog 5f78041
refactor(web_core): streamline expression parser and data context
gspencergoog d6941c4
Merge branch 'main' into web_core_update
gspencergoog c1ce45b
fix(web_core): enforce fail-fast error reporting for invalid protocol…
gspencergoog f3464e8
feat(web_core): refactor formatString to return an Observable string
gspencergoog 2bc9c17
refactor(web_core): implement structured custom error classes
gspencergoog 438454f
feat(web_core): add static 'code' properties to A2uiErrors
gspencergoog 531a8c4
refactor(web_core): remove unused imports and variables
gspencergoog 2437218
fix(ci): update model.test.ts to expect A2uiStateError
gspencergoog 2a4c175
fix(tools): add explicit web_core dependency to editor and inspector
gspencergoog 90d559b
Merge branch 'main' into web_core_update
gspencergoog 989d3d1
test(web_core): Achieve ~100% test coverage for v0.8 core
gspencergoog f43334d
feat(validation): integrate Zod schema validation for A2UI messages
gspencergoog 1ec6ed2
Attempt fix for npm problem
gspencergoog 8e2b8f3
Sync lockfiles attempt number 2
gspencergoog ab7a315
Update lit package-lock.json
gspencergoog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(RxJS 7 seems to be available internally)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's good.