Skip to content

Commit 6970e3c

Browse files
author
Michael Mifsud
committed
Suppress incorrect flow error
1 parent 3c079b0 commit 6970e3c

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)