Documentation
¶
Index ¶
Constants ¶
View Source
const ( ASTAnalyzerTreeNodeTypeMatch = "match" )
View Source
const ( AssetTypeOriginalAsset = "asset" AssetTypeReversedSourcemap = "reversed_sourcemap" )
View Source
const ( MsgTypeGetAnalysisRequest = "getAnalysisRequest" MsgTypeGetAnalysisResponse = "getAnalysisResponse" )
Variables ¶
This section is empty.
Functions ¶
func NewAstAnalyzerModule ¶
func NewAstAnalyzerModule(concurrency int) *astAnalyzerModule
Types ¶
type ASTAnalyzerTreeNode ¶
type ASTAnalyzerTreeNode struct {
ID string `json:"id,omitempty"`
Type ASTAnalyzerTreeNodeType `json:"type,omitempty"`
Data any `json:"data,omitempty"`
Label string `json:"label,omitempty"`
Description string `json:"description,omitempty"`
IconName string `json:"iconName,omitempty"`
Tooltip string `json:"tooltip,omitempty"`
Children []ASTAnalyzerTreeNode `json:"children,omitempty"`
}
type ASTAnalyzerTreeNodeType ¶
type ASTAnalyzerTreeNodeType string
type AnalyzerMatch ¶
Click to show internal directories.
Click to hide internal directories.