stropho

Results 9 issues of stropho

This does **NOT** need an immediate attention, but .. Earlier in some minor version of react@16, `componentWillReceiveProps` and a few other methods were flagged as `deprecated`. The intention is to...

Hi, unlike `createSelector` that returns `OutputSelector`, the `createStructuredSelector` currently returns a `Selector`. What is the difference? `OutputSelector` is extended `Selector` and additionally, it includes: ``` resultFunc: C; recomputations: () =>...

TypeScript
needsRework

Closes https://github.com/carboneio/carbone/issues/119 Allow passing both template file **path** or a **buffer** created using the template file. As carbon internally tries to indicate the template type (xlsx, odt,...) by its extension...

### Feature Use Case Prepend//append different content to different entry points. At the moment e.g. the `banner` could be `string | (() => string | Promise)`. In case of a...

t³ ✨ enhancement

closes https://github.com/shawnxusy/babel-plugin-react-generate-property/issues/11

Hi, thanks for the plugin. I checked the source code and I think it is useful that the plugin checks if a JSX property exists. If so, plugin doesn't add...

Closes https://github.com/yingye/rollup-plugin-banner/issues/1

Hello, I filed an issue in rollup https://github.com/rollup/rollup/issues/3398 to include more information about the output chunk in banner option. Is it something that could be implemented in the banner plugin...

Hi, thanks for this tool. I stumbled across an issue when applying `deepEquality` on objects with external refs. This change assumes that **external refs on same path equal** without the...