We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c83fa commit a99b8d7Copy full SHA for a99b8d7
index.js
@@ -3,7 +3,7 @@ var validate
3
, toAscii
4
, assert = require('assert')
5
, SMConsumer = require('source-map').SourceMapConsumer
6
- , each = require('lodash/foreach')
+ , each = Array.prototype.forEach.call
7
, template = require('lodash/template')
8
, jsesc = require('jsesc')
9
, fancyArrow = String.fromCharCode(parseInt(2192,16));
0 commit comments