MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / javascript.js

File javascript.js

static/js/codemirror/mode/javascript/javascript.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// TODO actually recognize syntax of TypeScript constructs
2
3CodeMirror.defineMode("javascript", function(config, parserConfig) {
4 var indentUnit = config.indentUnit;

Callers

nothing calls this directly

Calls 3

parseJSFunction · 0.85
kwFunction · 0.70
testMethod · 0.45

Tested by

no test coverage detected