Skip to content

Commit 03b09f7

Browse files
author
Michael Mifsud
committed
Suppress incorrect flow error
1 parent 097a9e6 commit 03b09f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @flow
22
import p from 'path'
3+
// $FlowFixMe: flow doesn't handle @namespaced imports well yet
34
import * as t from '@babel/types'
45
import murmur from 'murmurhash3js'
56
import type { State } from './types'

0 commit comments

Comments
 (0)