refactor: reorg code datastructure #2 #28
Annotations
10 warnings
build-test (16.x):
src/codelens.ts#L30
Missing semicolon
|
build-test (16.x):
src/commands.ts#L14
Object Literal Method name `autodev.quickFix` must match one of the following formats: camelCase
|
build-test (16.x):
src/commands.ts#L26
Object Literal Method name `autodev.sendToTerminal` must match one of the following formats: camelCase
|
build-test (16.x):
src/commands.ts#L29
Object Literal Method name `autodev.debugTerminal` must match one of the following formats: camelCase
|
build-test (16.x):
src/language/parser.ts#L24
Variable name `LanguageMap` must match one of the following formats: camelCase, UPPER_CASE
|
build-test (16.x):
src/language/parser.ts#L86
Variable name `ParserMap` must match one of the following formats: camelCase, UPPER_CASE
|
build-test (16.x):
src/language/parser.ts#L88
Missing semicolon
|
build-test (16.x):
src/language/parser.ts#L93
Missing semicolon
|
build-test (16.x):
src/language/parser.ts#L94
Missing semicolon
|
build-test (16.x):
src/language/parser.ts#L98
Missing semicolon
|