pugjs / pug

Pug – robust, elegant, feature rich template engine for Node.js
https://pugjs.org
21.54k stars 1.96k forks source link

Pug-Walker: No way to access parent node. #3401

Open Ibrahimrahhal opened 1 year ago

Ibrahimrahhal commented 1 year ago

Pug Version: Latest Node Version: LTS 16.13.1 at the time

Description

I'm trying to use pug walker to create our own internal linting utilities, but the walker doesn't provide a way to get access to the node parent element like babel or eslint.