Troy Rhinehart
Troy Rhinehart
import issue mentioned at https://github.com/sstur/draft-js-import-markdown/issues/1 , focus of this report is for properly escaping mardown related special characters.
yep, or instead of "prop" could use "var" which is following https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables maybe a radium like approach to inject an actual `style` tag into the doucument could help the specificity...
https://mochajs.org/#delayed-root-suite ?
same, piping the JSON seems to only yield one page worth of results?
running into the same on after upgrading to node 10 (LTS) on Win10 ``` Debug Information: http_parser: 2.8.0 | node: 10.15.1 | v8: 6.8.275.32-node.12 | uv: 1.23.2 | zlib: 1.2.11...
any update on this? I think solving this will also be an alternative solution for https://github.com/developit/microbundle/issues/50, since `exports` is a way to specify multiple entries with multiple exported formats.
The example provided is [subpath exports](https://nodejs.org/api/packages.html#packages_subpath_exports), I think the desired functionality would be [conditional exports](https://nodejs.org/api/packages.html#packages_conditional_exports) to handle the same conditions `main`, `module`, ect handle but on a per entry level....
Same issue here, why wouldn't this have been an issue in previous versions?
@cedx understood, we've reverted our dependency back down to `@^3` for now, any plans on a feature to toggle this functionality via config to degrade back to previous functionality?