Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Fix for Node v14 'Accessing non-existent property' errors stylus#2538
  • Loading branch information
manueltimita committed Jul 10, 2021
1 parent bb47a35 commit 6eabf4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/nodes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* MIT Licensed
*/

exports.lineno = null;
exports.column = null;
exports.filename = null;

/**
* Constructors
*/
Expand Down

0 comments on commit 6eabf4d

Please sign in to comment.