MCPcopy Index your code
hub / github.com/codecombat/codecombat / lint

Function lint

app/assets/javascripts/workers/aether_worker.js:67–76  ·  view source on GitHub ↗
(spellKey, source)

Source from the content-addressed store, hash-verified

65};
66
67var lint = function(spellKey, source) {
68 var currentAether = aethers[spellKey];
69 var lintMessages = currentAether.lint(source);
70 var functionName = "lint";
71 var returnObject = {
72 "lintMessages": lintMessages,
73 "function": functionName
74 };
75 return JSON.stringify(returnObject);
76};
77
78var transpile = function(spellKey, source) {
79 var currentAether = aethers[spellKey];

Callers 1

aether_worker.jsFile · 0.85

Calls 1

stringifyMethod · 0.45

Tested by

no test coverage detected