Skip to content

Commit f9f6413

Browse files
committed
Remove DynamicImportKey
1 parent 9bb958f commit f9f6413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

walk.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
var xtend = require('xtend')
22
var walk = require('acorn-walk')
3-
var dynamicImportKey = require('acorn-dynamic-import').DynamicImportKey
43

54
var base = xtend(walk.base)
6-
base[dynamicImportKey] = function () {}
75

86
function simple (node, visitors, baseVisitor, state, override) {
97
return walk.simple(node, visitors, baseVisitor || base, state, override)

0 commit comments

Comments
 (0)