Skip to content

Commit

Permalink
Fix for Node v14 'Accessing non-existent property' errors
Browse files Browse the repository at this point in the history
  • Loading branch information
3bl3gamer committed May 11, 2020
1 parent cf3792a commit 16e2a6c
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 16e2a6c

Please sign in to comment.