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 2 years ago

Patch Changes

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

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

Minor Changes

  • f01bdef6: Add a new TypeScript module resolver for React Native projects which uses the
    moduleSuffixes compiler option. All resolution is delegated to TypeScript,
    rather than @rnx-kit/typescript-react-native-resolver, since TypeScript's
    resolvers are more feature-rich and in sync with the node ecosystem.

Patch Changes

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

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

Patch Changes

  • f01bdef6: Explicitly fail when our custom resolver encounters TS path-remapping. It can't
    handle this, and will do the wrong thing. Also, export an existing function as
    part of the public interface.

    Mark this package as depcrecated.

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

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

Patch Changes

  • f01bdef6: Mark this package as depcrecated.
  • Updated dependencies [f01bdef6]
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • ceb63587: Fix --exclude-packages not working with plain check
  • d2468c3d: Improve requirements check
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 2f0c782e: Extract TypeScript plugin to a separate package
  • Updated dependencies [2f0c782e]
rnx-kit - @rnx-kit/[email protected]

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

Minor Changes

  • 2f0c782e: Extract TypeScript plugin from @rnx-kit/cli
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

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

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

Minor Changes

  • 94aeb460: BREAKING: update the public method 'changeHostToUseReactNativeResolver'. Remove
    trace logging parameters. From this version onward, standard TypeScript module
    resolution tracing applies. Set the compiler option 'traceResolution' to true,
    and you will see trace messages appear in the console. Logging to a file is no
    longer supported.
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 94aeb460: BREAKING: remove command-line parameters
    'traceReactNativeModuleResolutionErrors' and 'traceResolutionLog' which were
    used for configuring custom trace logging. From this version onward, standard
    TypeScript module resolution tracing applies. Set the compiler option
    'traceResolution' to true, and you will see trace messages appear in the
    console. Logging to a file is no longer supported.
  • Updated dependencies [94aeb460]
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 6c59f781: Add support for react-native-windows
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 786e24c7: Also export isNonEmptyArray, keysOf from index
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 62b18876: Add TurboModule spec
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 80e6557d: Add an experimental option for retrying module resolution from disk if not found in Haste map
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • a1fcd9eb: Fix modules not being resolved in pnpm-like setups
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • a1fcd9eb: Fix modules not being resolved in pnpm-like setups
rnx-kit - @rnx-kit/[email protected]

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

Minor Changes

  • 93b480ab: Tell users to migrate to @rnx-kit/align-deps
rnx-kit - @rnx-kit/[email protected]

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

Minor Changes

  • d563e22f: Migrate from @rnx-kit/dep-check to @rnx-kit/align-deps
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 430dd69a: Fix not being able to load microsoft/react-native
rnx-kit - @rnx-kit/[email protected]

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

Patch Changes

  • 53df63dd: Use extraNodeModules if it is defined (and some refactoring)
  • Updated dependencies [53df63dd]