MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / nobreakcomma

Function nobreakcomma

ServerEditorWeb/ace/worker-javascript.js:3170–3180  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

3168 }
3169
3170 function nobreakcomma(left, right) {
3171 if (left.line !== right.line) {
3172 if (!state.option.laxcomma) {
3173 if (comma.first) {
3174 warning("I001");
3175 comma.first = false;
3176 }
3177 warning("W014", left, right.value);
3178 }
3179 }
3180 }
3181
3182 function comma(opts) {
3183 opts = opts || {};

Callers 1

commaFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected