Skip to content

Commit

Permalink
Flow doesn't that map.has means that I can use map.get
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 4, 2019
1 parent 19b79cc commit 51e93d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/babel-preset-env/src/index.js
Expand Up @@ -2,10 +2,7 @@

import { logPluginOrPolyfill } from "./debug";
import getOptionSpecificExcludesFor from "./get-option-specific-excludes";
import filterItems, {
removeUnnecessaryItems,
isPluginRequired,
} from "./filter-items";
import filterItems, { removeUnnecessaryItems } from "./filter-items";
import moduleTransformations from "./module-transformations";
import normalizeOptions from "./normalize-options";
import pluginList from "../data/plugins.json";
Expand Down

0 comments on commit 51e93d3

Please sign in to comment.