`RouteInfo` type is missing in `@sapui5/ts-types-esm` but present in `@types/openui5`
See original GitHub issuesorry if this is the wrong place, not really sure where to raise this
in @types/openui5
the type is present in the "sap/ui/core/routing/Router"
module
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DetachHead : yeah, I agree that’s not so easy to understand and we need to explain the packages better. But at least they are not random: basically we have two dimension where we need to provide something different:
Those two dimensions are multiplied out, so we get four packages - the ones with
ts-types
in their name. Two for OpenUI5, two for SAPUI5. Two for globals, two for ES modules (those ending with-esm
). We cannot drop any of them, but I’ll see how and where we can document them better and we should also make clearer that the non-esm ones are… less supported.Then, we also have one more package:
@types/openui5
. The content equals@openui5/ts-types-esm
, but the consumption is easier because TypeScript automatically finds packages in the@types
namespace.Wasn’t tracked, Peter wanted to take care of it. I opened https://github.com/SAP/ui5-typescript/issues/320 for it.