Adam Foxman
Adam Foxman
When a metro server is running, it *should* react to changes in any dependent package in the repo, not just the app package. Make sure that typescript validation is happening...
### Description Merge ServerParameters (config package) into BundlerRuntimeParameters. This will expose `assetPlugins` and `sourceExts` to `rnx-bundle`. ### Your environment - Affected package: - Version: - Tested platforms: - [ ]...
## Background @react-native-community/cli 8 moved from Metro 0.67 to 0.70. This brought in a breaking change from Metro. They changed the `context` parameter that is passed to the optional custom...
### What happened? `findModuleFile`: When combining `searchDir` and `modulePath`, don't let the result "escape" the confines of `searchDir`. If that happens, return `undefined` indicating a module resolution failure. `findPackageDependencyDir` (local...
- [ ] Video demonstrating how-to guide for type-safe bundling - [ ] Video should come with a transcript (accessibility) and be translated into other languages (localization), so that we...
- [ ] Compare the cost of bundling with and without TypeScript validation - [ ] Optimize where possible, using TS compiler flags, TS API caches, local file/snapshot caches -...
To ensure that type-safe bundling and serving both work well in varied and complex repos, integrate the feature with FURN [in progress], Office repos, and LPC repos. A good approach...
Write a how-to guide for enabling type-safe bundling via configuration.
Validate that type-safe bundling and serving both detect platform-specific errors. Use https://github.com/afoxman/rnts-example GitHub repo as an example.
Tell the community about using rnx-init to get started with the tools we are building. - [ ] Video demonstrating "rnx-init" how-to guide for new project and existing project -...