prettier-plugin-stylus
Advanced tools
Comparing version 0.0.1-beta.7 to 0.0.1-beta.8
@@ -112,3 +112,3 @@ "use strict"; | ||
if ((0, import_utils.isSingleIdent)(node)) { | ||
return `${node.string}${node.rest ? "..." : ""}`; | ||
return `${node.property ? "@" : ""}${node.string}${node.rest ? "..." : ""}`; | ||
} else { | ||
@@ -115,0 +115,0 @@ if (node.val.nodeName === "function") { |
{ | ||
"name": "prettier-plugin-stylus", | ||
"version": "0.0.1-beta.7", | ||
"version": "0.0.1-beta.8", | ||
"description": "Prettier plugin for Stylus", | ||
@@ -14,2 +14,3 @@ "main": "dist/index.js", | ||
"prepublishOnly": "pnpm typeCheck && pnpm build", | ||
"bump": "bumpp --commit --tag --push", | ||
"test": "pnpm build && jest" | ||
@@ -41,2 +42,3 @@ }, | ||
"@types/stylus": "^0.48.37", | ||
"bumpp": "^8.2.1", | ||
"esbuild": "^0.14.38", | ||
@@ -43,0 +45,0 @@ "jest": "^27.5.1", |
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
12255
9