Skip to content

codingame_tools.language.languages.javascript

javascript

CgJavascriptLanguage: CgLanguage for CodinGame's "Javascript"--extension only; local execution and contribution-create stub generation aren't implemented yet.

CgJavascriptLanguage

CgJavascriptLanguage()

Bases: CgLanguage

Source code in codingame_tools/language/languages/javascript.py
14
15
def __init__(self) -> None:
    super().__init__("Javascript")

toolchain_fragment property

toolchain_fragment

Installs nothing: Node is the node20 subsystem, shared with TypeScript, which CodinGame also runs on Node 20.9.0.