babel-code-frame
Advanced tools
Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.13
@@ -24,3 +24,5 @@ "use strict"; | ||
var location = { start: { column: colNumber, line: lineNumber } }; | ||
var location = { | ||
start: { column: colNumber, line: lineNumber } | ||
}; | ||
@@ -27,0 +29,0 @@ return codeFrameColumns(rawLines, location, opts); |
{ | ||
"name": "babel-code-frame", | ||
"version": "7.0.0-alpha.12", | ||
"version": "7.0.0-alpha.13", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9159
171