Is there something like webpack `strictExportPresence`
Open
Nobody has claimed this yet.
question
- Dominant language
- JavaScript
- Stars
- 5.6k
- Forks
- 696
- Avg merge
- 8m
- Merged PRs (30d)
- 7
Description
Suppose I have an import something like this:
import { foo } from 'bar';
Is there a way to get metro to throw an error if foo is not defined?
I Know webpack has the strictExportPresence option
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating Metro's handling of named imports and exports, then compare its behavior with webpack's strictExportPresence option. Done means Metro reports an error when an imported name such as foo is not defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native, webpack
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100