Boris Serdiuk

Results 58 issues of Boris Serdiuk

**Bug report or Feature request?** Feature request (sub-optimal compression) **Version (complete output of `terser -V` or specific git commit)** 5.37.0 **Complete CLI command or `minify()` options used** ``` { module:...

**Describe the bug** Consider this setup **foo.test.js** ```js import { test } from 'vitest'; test('it works', ({ expect }) => { expect(true).toEqual(true); }); ``` **bar.test.js** ```js import { test }...

type:improvement
theme:vitest

### Description Allow to do this on any page using app layout component ```js window[Symbol.for('awsui-widget-api-message-handler')]({ type: 'emitNotification', payload: {type: 'success', content: 'runtime notification'} }) ``` Related links, issue #, if...

### Description Fix some animation glitches Related links, issue #, if available: n/a ### How has this been tested? Review checklist _The following items are to be evaluated by the...

### Description Catch up `@types/react` and related packages to latest compatible minors Related links, issue #, if available: n/a ### How has this been tested? Typings only change, dry-run will...

### Reproduction https://fanatical-dot-bumper.glitch.me/ In [React documentation](https://reactjs.org/docs/react-api.html#reactchildrentoarray), they say > That is, toArray prefixes each key in the returned array so that each element’s key is scoped to the input array...

compat

### Is your feature request related to a problem? Currently the `await browser.$('button').click()` command clicks on the first matching button even if there are multiple buttons. This may be unexpected....

help wanted
Idea 💡

There is a known and not yet fixed issue with rollup: https://github.com/evanw/esbuild/issues/3899 Because of this issue, libraries cannot create reusable aliases for env vars. This is unfortunate, because it reports...