Conversation
… manifest option to config
…mprove raw manifest merging
Refactoring the Manifest
…d maintainability
…d and root entrypoints
- Introduced `shared` option to configure shared directories as `false`, `true`, or a custom string. - Added tests to validate behavior for all `shared` option cases. - Updated type definitions to document the new `shared` configuration.
…CommandParser - Refined shortcut key validation, supporting media and platform-specific keys. - Added stricter global shortcut constraints and error messaging improvements. - Introduced comprehensive tests to ensure robust validation logic.
- Updated `SignatureBuilder` to filter out `this` parameters in method signatures. - Adjusted tests in `ExpressionFile` to reflect changes in method return type. - Refined type usage and formatting in service definition for consistency.
…dling - Added tests to validate iframe lifecycle, including creation, readiness, and removal. - Improved offscreen iframe readiness by waiting for a specific "ready" message. - Updated timeout handling for iframe readiness and added error messaging.
- resolve config.lang to a concrete Language before plugins run - validate locale structure against the default language contract - allow missing keys in secondary locales and warn about extra keys - generate locale keys and types from the default language only - trim runtime substitution placeholders to match generated types - make substitution arguments strict in TypeScript - fix manifest plain name, shortName and description handling - replace locale helpers with t, choice, key and resolve - preserve empty-string values in custom and dynamic locales - add locale validator, manifest, runtime and type-level tests
- add Workspace enum with single and multi modes - replace shared config option with workspace - keep sharedDir as a public configurable directory - normalize sharedDir to "." for single workspace - use configured sharedDir for multi workspace - update config resolver tests for workspace behavior
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.