We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603f13 commit 79dbcc6Copy full SHA for 79dbcc6
lib/node_modules/@stdlib/repl/lib/commands/deeprerequire.js
@@ -25,7 +25,7 @@
25
var logger = require( 'debug' );
26
var isString = require( '@stdlib/assert/is-string' ).isPrimitive;
27
var hasOwnProp = require( '@stdlib/assert/has-own-property' );
28
-var Stack = require( '@stdlib/utils/stack' );
+var Stack = require( '@stdlib/dstructs/stack' );
29
var objectKeys = require( '@stdlib/utils/keys' );
30
var format = require( '@stdlib/string/format' );
31
0 commit comments