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