babel-plugin-polished
babel-plugin-polished copied to clipboard
Compile polished helper functions at build time
This pr also fixes test script
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
It's not my SO post, but this is essentially what I'm seeing: https://stackoverflow.com/questions/43940649/unexpected-node-type-error-sequenceexpression-with-jest Essentially, `istanbul` and `polished` babel plugins don't play well with each other. Here's out callstack: ``` SyntaxError:...
I'm curious just how effective this is and how it handles dynamic usage scenarios. For example, can something like this be handled? ```js css` ${props => rgba(normalizeColor('border', props.theme), 0.2)}; `...
Tried some new functions from polish today with some errors... Here I downloaded and added a test to your plugin (btw, please add jest as dev dep.) ```js ● polished...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.6 to 1.1.11. Release notes *Sourced from [brace-expansion's releases](https://github.com/juliangruber/brace-expansion/releases).* > ## 1.1.11 > No release notes provided. > > ## v1.1.11 > # brace-expansion > > [Brace...
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 2.6.9. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 2.6.9 > ### Patches > > - Remove ReDoS regexp in `%o` formatter: [#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504) > >...