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 d9af19d commit 91d07cdCopy full SHA for 91d07cd
lib/step/base.js
@@ -32,7 +32,7 @@ class Step {
32
this.prefix = this.suffix = ''
33
/** @member {string} */
34
this.comment = ''
35
- /** @member {import('./meta')} */
+ /** @member {any} */
36
this.metaStep = undefined
37
38
this.stack = ''
0 commit comments