Nathan Walker
Nathan Walker
## Example A: ``` public setMediaType$activity_release(: androidx.activity.result.contract.ActivityResultContracts.PickVisualMedia.VisualMediaType): void; ``` The is invalid. Should print as `value`. ## B Other entries may print as `public createOnBackAnimationCallback(onBackStarted: any, onBackProgressed: any, onBackInvoked: any,...
Improve the stability and correctness of Hot Module Replacement (HMR) and HTTP module loading. ### HMR key normalization and stability * Introduced a new canonicalization routine for HMR keys in...
Before merging: - [ ] Audit pbxproj changes to confirm proper targets are affected alone - [ ] Confirm with Intel vs Silicon
NativeScript renderer for A2UI * Added the `@a2ui/nativescript` package * Implemented core data processing logic in [src/lib/data/processor.ts](https://github.com/google/A2UI/blob/3e18456782196be47d8bf497ab631188f46c6efd/renderers/nativescript/src/lib/data/processor.ts) via the `MessageProcessor` service, which manages surfaces, processes messages, and handles event dispatching...
Support both webpack and vite hooks around HMR abilities.
This is a general note regarding upcoming NativeScript v9. Some Angular projects use `moduleId` in the `Component` metadata, eg: ```ts @Component({ moduleId: module.id, // ... }) ``` This hasn't been...
20.1 and lower used source-map < 0.7. To fix this, you can add this to your `package.json`, then `ns clean` before running: ```json "overrides": { "@angular-devkit/core": { "source-map": "0.6.1" },...