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

Function rewriteBlocklyLua

app/core/blocklyUtils.js:1397–1399  ·  view source on GitHub ↗
(code, { product })

Source from the content-addressed store, hash-verified

1395}
1396
1397function rewriteBlocklyLua (code, { product }) {
1398 return code
1399}
1400
1401function condenseNewlines (code) {
1402 // Replace multiple newlines, possibly with whitespace in the middle, with single newlines

Callers 1

blocklyUtils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected