Alexander Betaev

Results 3 issues of Alexander Betaev

## Failing module - **GitHub**: https://github.com/uuidjs/uuid - **npm**: https://www.npmjs.com/package/uuid ```js import { v4 as uuid } from 'https://esm.sh/uuid' ``` ## Error message After running `deno bunlde` I get this: ```...

bug

## Failing module - **GitHub**: https://github.com/mui-org/material-ui/tree/master/packages/mui-icons-material - **npm**: https://www.npmjs.com/package/@mui/icons-material ```js import MenuIcon from 'https://esm.sh/@mui/icons-material/Menu' ``` as well as any import from `@mui/icons-material/*` ## Error message it times out and at...

bug

## Failing module - **GitHub**: https://github.com/d3/d3-transition - **npm**: https://www.npmjs.com/package/d3-transition ```js import * as d3 from 'https://esm.sh/d3'; ``` ## Error message After running `deno run` I get this: ``` Relative import...

bug