Releases: microsoft/rnx-kit
Releases · microsoft/rnx-kit
@rnx-kit/[email protected]
Patch Changes
- Updated dependencies [28f632a]
- @rnx-kit/[email protected]
@rnx-kit/[email protected]
Patch Changes
- bea8385: When resolving imports in a .d.ts file, allow .json files when compilerOptions.resolveJsonModule is true.
@rnx-kit/[email protected]
Patch Changes
- bea8385: Keep .d.ts files in the list when opening a TypeScript project.
@rnx-kit/[email protected]
Patch Changes
- 51bc530: Scope Metro type-checking to files that TypeScript views as source code (ignore transpiled files).
@rnx-kit/[email protected]
Minor Changes
- 1c5e36d: Added support for Android
@rnx-kit/[email protected]
Patch Changes
- d4c21eb: Update the CLI to support type-checking across many projects in a monorepo. Further, when bundling, fail on type errors. On serving, print type errors but continue without failure.
@rnx-kit/[email protected]
Minor Changes
- 32b681b: All dependencies of all packages, including configured ones, should be checked when
--vigilant
is specified.
@rnx-kit/[email protected]
Minor Changes
- 1a2cf67: Added functions for retrieving platform extensions
@rnx-kit/[email protected]
Patch Changes
- 1a2cf67: - Refactored resolvers to conform to a single interface
- Added a utility for remapping import paths (akin to babel-plugin-import-path-remapper)
- Updated README
- Updated dependencies [1a2cf67]
- @rnx-kit/[email protected]
@rnx-kit/[email protected]
Patch Changes
- 9816461: Fix loading of custom profiles from relative paths