Colin Tinney
Colin Tinney
`onChange` and `onDragFinished` only receive the size of the primary pane. `onDragStarted` receives nothing. I have a use case where the DOM element that contains the `SplitPane` is draggable. If...
It itself has several unofficial clients (Node.js, Java, PHP) as well, but didn't add those.
Trailing commas in a destructured object parameter result in an extra `@param` tag being added. ## Expected Behavior ``` foo({ bar, }) { // stuff } ``` becomes: ``` /**...
I have a use case where there can be very deeply nested data that is loaded asynchronously into a Redux store, and is normalized. e.g. ``` entities = { byId:...