rnx-kit

Modern, scalable tools. Exceptional developer experience.

MIT License

Downloads
6M
Stars
1.4K
Committers
49

Bot releases are visible (Hide)

rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • 28f632a: Resolve modules in 3 passes - TS, then JS, then JSON. Also, always resolve to JS files -- don't gate on checkJs anymore.
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • e136a30: Add single command to see changelog message and dimensions for a single commit
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • bea8385: When resolving imports in a .d.ts file, allow .json files when compilerOptions.resolveJsonModule is true.
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • bea8385: Keep .d.ts files in the list when opening a TypeScript project.
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • 51bc530: Scope Metro type-checking to files that TypeScript views as source code (ignore transpiled files).
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • 1c5e36d: Added support for Android
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

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 - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • 32b681b: All dependencies of all packages, including configured ones, should be checked when --vigilant is specified.
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • 1a2cf67: Added functions for retrieving platform extensions
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

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 - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • 9816461: Fix loading of custom profiles from relative paths
rnx-kit - @rnx-kit/[email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • e0b078e: Added a JSON schema for the config