Home
last modified time | relevance | path

Searched refs:ScopeBuilder (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js28822 var ScopeBuilder = /** @class */ (function () { function
28823 function ScopeBuilder(scope) { class in AnonymousFunction410cd55f19700.ScopeBuilder
28826 ScopeBuilder.prototype.addSymbol = function (node, name, value, type) { class
28834 ScopeBuilder.prototype.addScope = function (node) {
28854 ScopeBuilder.prototype.visitNode = function (node) {
28899 ScopeBuilder.prototype.visitRuleSet = function (node) {
28913 ScopeBuilder.prototype.visitVariableDeclarationNode = function (node) {
28918 ScopeBuilder.prototype.visitFunctionParameterNode = function (node) {
28933 ScopeBuilder.prototype.addCSSVariable = function (node, name, value, type) {
28938 return ScopeBuilder;
[all …]
H A D2.2.js.map1ScopeBuilder = /** @class */ (function () {\n function ScopeBuilder(scope) {\n this.scop…