MCPcopy Create free account
hub / github.com/vale-cli/vale / JavaScript

Function JavaScript

internal/lint/code/js.go:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func JavaScript() *Language {
11 return &Language{
12 Delims: regexp.MustCompile(`//|/\*\*?|\*/`),
13 Parser: javascript.GetLanguage(),
14 //Cutset: " *",
15 Queries: []core.Scope{{Name: "", Expr: "(comment) @comment", Type: ""}},
16 Padding: cStyle,
17 }
18}

Callers 1

GetLanguageFromExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…