Evan Jacobs

Results 60 issues of Evan Jacobs

lodash.get allows for something like this: ```js get(obj, 'foo[0]') ``` which would correspond to: ```js obj = { foo: [ 'x' //

There are a number of redundant props: `bg` vs `backgroundColor`, `maxW` vs `maxWidth`, `maxH` vs `maxHeight` On the surface this doesn't seem like a big deal, but if you're making...

enhancement ✨

The `ColorModeProvider` component currently enables color shifting in general, but as far as I can tell there is no way to explicitly force a particular color mode for a given...

https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode

**Bug report or Feature request?** **Version (complete output of `terser -V` or specific git commit)** **Complete CLI command or `minify()` options used** **`terser` input** ```ts const generateIcon = /*#​__PURE__*/ (innards,...

esbuild and swc come to mind, being able to sidestep TSC for build speed would be amazing. https://www.npmjs.com/package/rollup-plugin-swc https://www.npmjs.com/package/rollup-plugin-esbuild

https://www.npmjs.com/package/ttypescript The main benefit of going with this solution is being able to specify transformer plugins in `tsconfig.json` so it's an easy configuration

Feature Request
increased scope

Plugin: https://www.npmjs.com/package/ttypescript The main benefit of this build plugin is the easy enabling of using TS "transformers" which are not a mainstream part of TypeScript core just yet. This includes...

needs more info
discussion
increased scope