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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is regarding a problem with:
All walk functions (eg: walkFunctionNodes, walkComments) registered with registerWalker do not work.
(eg: walkFunctionNodes, walkComments)
registerWalker
The text was updated successfully, but these errors were encountered:
False
Sorry, something went wrong.
@shellscape Try this
const source = '/*1*/ 5px /* 2 */'; const ast = new Parser(source).parse(); ast.first.walkComments(node => { console.log(node.value); });
RunKit Example
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This issue is regarding a problem with:
All walk functions
(eg: walkFunctionNodes, walkComments)
registered withregisterWalker
do not work.The text was updated successfully, but these errors were encountered: