MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / javascript.js

File javascript.js

src/cm/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 2

kwFunction · 0.85
parseJSFunction · 0.85

Tested by

no test coverage detected