MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / TS

Function TS

lib/web/CodeMirror/mode/javascript/test.js:329–331  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

327
328 var ts_mode = CodeMirror.getMode({indentUnit: 2}, "application/typescript")
329 function TS(name) {
330 test.mode(name, ts_mode, Array.prototype.slice.call(arguments, 1))
331 }
332
333 TS("typescript_extend_type",
334 "[keyword class] [def Foo] [keyword extends] [type Some][operator <][type Type][operator >] {}")

Callers 1

test.jsFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected