Dmitry Iv.
Dmitry Iv.
[Parcel](https://github.com/parcel-bundler/parcel/issues/210), [babel](https://github.com/satya164/babel-plugin-optional-require), [browserify](https://github.com/devongovett/browserify-optional) and [webpack](https://github.com/webpack/webpack/issues/339) seem to support optional require: ```js let Observable try { Observable = require('zen-observable') } catch (e) {} ``` Is there any sense to enable `register-shim`...
Refactor
Changelog: * Replace esprima/escodegen with [recast](https://github.com/benjamn/recast), since escodegen does not support JSX https://github.com/estools/escodegen/issues/333 * Update to `through2` * Add tests & gentle lint Related: * https://github.com/devongovett/browserify-optional/issues/4 * https://github.com/devongovett/browserify-optional/issues/3 @hughsk
Is there any plan to support scientific number notation? Other not supported things: ``` 2 + .3 // unexpected literal 1 * +2 // unexpected unary a(b)(c) // calling results...
For now it’s not clear what’s behaviour of Scope’s methods, it’d be nice to have some detailed docs sometime.
Related to this issue https://github.com/plotly/plotly.js/pull/1507 [gl3d/camera](https://github.com/plotly/plotly.js/blob/master/src/plots/gl3d/camera.js) code of plotly is very similar to this package' one. The difference is in [`keyBindingMode`](https://github.com/plotly/plotly.js/blob/master/src/plots/gl3d/camera.js#L184). Is there any sense in updating 3d-view-controls to take...
No-ESM files cause defaultGetFormat, which throws error... Node shoots to own foot
Possibly use sonl.
https://github.com/mapbox/tiny-sdf