Minor Changes
-
Add a repeatable
--header/-Hoption to thedebug-metadata remapCLI so extra HTTP headers (e.g.-H "authorization: Bearer xxx") are forwarded when fetching adebugMetadataUrlfrom an auth-gated endpoint. (#2810) -
Add unified
debug-metadata.jsonper Lynx entry. (#2642)- New
@lynx-js/debug-metadataschema package (zero-dep). - New
@lynx-js/debug-metadata-rsbuild-pluginemits the file and serves?field=…queries in dev. - JS
//# sourceMappingURL=and tasmtemplateDebugUrlrepointed at the new endpoint. debug-info.jsonno longer written to disk.- Auto-registered by Rspeedy — zero user config.
- New
-
Add a
remapCLI and a matchingremapUiTreeAPI that reverse-resolve a Lynx UI node tree. Each node carrying anodeIndexand adebugMetadataUrlis annotated with its source location (repo,source,line,column) from the embeddeduiSourceMap; all other fields, and nodes that cannot be resolved, pass through unchanged. (#2744)
Patch Changes
- (#2752)