https://github.com/andrewbranch/path-mappings-to-union-module
https://github.com/andrewbranch/path-mappings-to-union-module
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewbranch/path-mappings-to-union-module
- Owner: andrewbranch
- Created: 2021-11-30T17:45:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T17:45:16.000Z (about 4 years ago)
- Last Synced: 2025-02-25T09:18:54.545Z (10 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- `src/components` contains platform-specific copies of components with different signatures (`Box.ios.ts`, `Box.android.ts`, `Box.win.ts`)
- `generated` contains union-ified ambient declarations of those components (`Box.d.ts`)
- A path mapping maps `xplat/*` into that generated folder