Comparing version 0.15.2 to 0.15.3
@@ -21,3 +21,3 @@ var defaults = { | ||
// Override this option to use a different line terminator, e.g. \r\n. | ||
lineTerminator: require("os").EOL, | ||
lineTerminator: require("os").EOL || "\n", | ||
@@ -24,0 +24,0 @@ // Some of the pretty-printer code (such as that for printing function |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"homepage": "http://github.com/benjamn/recast", | ||
@@ -38,10 +38,10 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.51", | ||
"@babel/parser": "^7.0.0-beta.51", | ||
"@babel/preset-es2015": "^7.0.0-beta.51", | ||
"@babel/core": "^7.0.0-beta.54", | ||
"@babel/parser": "^7.0.0-beta.54", | ||
"@babel/preset-env": "^7.0.0-beta.54", | ||
"esprima-fb": "^15001.1001.0-dev-harmony-fb", | ||
"flow-parser": "^0.68.0", | ||
"flow-parser": "^0.76.0", | ||
"glob": "^7.1.2", | ||
"mocha": "~5.0.0", | ||
"reify": "^0.16.2" | ||
"mocha": "~5.2.0", | ||
"reify": "^0.16.4" | ||
}, | ||
@@ -48,0 +48,0 @@ "engines": { |
@@ -35,3 +35,3 @@ const getOption = require("../lib/util.js").getOption; | ||
"optionalChaining", | ||
"pipelineOperator", | ||
["pipelineOperator", { proposal: "minimal" }], | ||
"throwExpressions", | ||
@@ -38,0 +38,0 @@ ] |
Sorry, the diff of this file is too big to display
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
194167
5247