Skip to content

Commit

Permalink
Add "use strict" to lib/printer.js to enable block scoping for Node 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 18, 2018
1 parent 8bbdf47 commit 198498c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/printer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

var assert = require("assert");
var sourceMap = require("source-map");
var printComments = require("./comments").printComments;
Expand Down

0 comments on commit 198498c

Please sign in to comment.