Skip to content

Commit 529f92f

Browse files
committed
Use Language type
1 parent de0f9cf commit 529f92f

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

lib/languages.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/languages.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/languages.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export const LANGUAGE_ALIASES: { [lang: string]: Language } = {
1919
"c#": Language.csharp,
2020
kotlin: Language.java,
2121
typescript: Language.javascript,
22+
"javascript-typescript": Language.javascript,
23+
"java-kotlin": Language.java,
2224
};
2325

2426
/**

0 commit comments

Comments
 (0)