react / react/metro

Is there something like webpack `strictExportPresence`

Open
#569 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.