Documentation
¶
Index ¶
Constants ¶
View Source
const ( NAME = "nodejs" FILENAME = "package.json" TYPE = types.DialectFrameworkLanguage )
Variables ¶
View Source
var RESULT = []*types.DialectFramework{{Name: NAME, Type: TYPE}}
Functions ¶
This section is empty.
Types ¶
type NodeJSProcessor ¶
type NodeJSProcessor struct {
}
func (*NodeJSProcessor) Detect ¶
func (p *NodeJSProcessor) Detect(directory string) ([]*types.DialectFramework, error)
Click to show internal directories.
Click to hide internal directories.