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 1536dc0 commit 7a6722cCopy full SHA for 7a6722c
pkg/sass-parser/lib/src/statement/return-rule.ts
@@ -78,7 +78,7 @@ export class ReturnRule
78
if (returnExpression) returnExpression.parent = this;
79
this._returnExpression = returnExpression;
80
}
81
- private _returnExpression?: Expression;
+ declare _returnExpression?: Expression;
82
83
constructor(defaults: ReturnRuleProps);
84
/** @hidden */
0 commit comments