James Rodovich
James Rodovich
`()`-less comprehensions and `{}`-less object literals can interact to form more ambiguous scenarios than are currently flagged by `ensure_comprehensions`. Strings like this… ```coffee fish: f for f in ['albacore', 'bass',...
This change adds an option `array.ignoreLength` which, when set to `true`, prevents adding `n` to tables decoded from arrays with `null` or `undefined` entries, such as `"[null,42]"`. This allows iterating...
The following triangulation was generated with earcut `2.2.1` using **viz/viz.js** setting `testPoints` to `[[[16,12],[0,12],[0,0],[16,0]],[[12,7],[13,7],[13,6]],[[12,5],[13,6],[14,5]],[[4,8],[6,8],[5,6]],[[4,4],[5,6],[8,4]]]`:  Looks similar to the input in https://github.com/mapbox/earcut/pull/120#discussion_r325121577.