Home
last modified time | relevance | path

Searched refs:_parseDeclaration (Results 1 – 3 of 3) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1_parseDeclaration()},e.prototype._parseAtApply=function(){if(!this.peekKeyword("@apply"))return nu… method in t
H A D2.2.js26981 || this._parseDeclaration();
27079 Parser.prototype._parseDeclaration = function (resyncStopTokens) { method in Parser
27234 return this._parseDeclaration();
30212 SCSSParser.prototype._parseDeclaration = function (resyncStopTokens) { method in SCSSParser
30243 return this._parseBody(node, this._parseDeclaration.bind(this));
H A D2.2.js.map1_parseDeclaration();\n };\n /**\n * Parses declarations like:\n * @apply --my-them…