Skip to content

Commit

Permalink
Merge pull request #2538 from 3bl3gamer/dev
Browse files Browse the repository at this point in the history
Fix for Node v14 'Accessing non-existent property' errors
  • Loading branch information
xdan committed Jul 16, 2020
2 parents cf3792a + 16e2a6c commit bbc5fb1
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 bbc5fb1

Please sign in to comment.