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

Function TypeScript

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

Source from the content-addressed store, hash-verified

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

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…