prettier-plugin-marko
Advanced tools
Comparing version 3.1.10 to 3.1.11
@@ -805,3 +805,3 @@ "use strict"; | ||
const bodyDocs = []; | ||
const prefix = node.static ? "static" : "$"; | ||
const prefix = node.static ? node.target || "static" : "$"; | ||
path.each((childPath) => { | ||
@@ -808,0 +808,0 @@ const childNode = childPath.getNode(); |
{ | ||
"name": "prettier-plugin-marko", | ||
"description": "A prettier plugin for parsing and printing Marko files", | ||
"version": "3.1.10", | ||
"version": "3.1.11", | ||
"author": "Dylan Piercey <dpiercey@ebay.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/marko-js/prettier/issues", |
Sorry, the diff of this file is not supported yet
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
102581
3