nrdp-ts-tools
v1.0.16
Published
Tools for managing NRDP TS types
Downloads
263
Readme
@nf-types/nrdp/*
is the published types package.src/index.ts
is the source of the legacy types generator which updates pre-23.1 types.
Process:
- Log the set of nrdp.* and nrdp_platform.* bridge properties from old refapp versions, using the provided inject.js.
- Scan the types from 23.1 from Nrdp2Bridge/nrdp and NrdpPlatform/nrdp_platform. For each namespace class member, check whether it exists in the runtime keys or has a @since (and if so, do a version check) or is a "@custom js" without a @since.
- Crawl the types of all these class members, recursively pulling in referenced types. For interfaces/enums/type aliases, pull them in unmodified.