v1rtl

Results 451 comments of v1rtl

latest version is v61 but it still fails to build due to this: ``` ➜ deno eval --unstable "import * as i from 'https://esm.sh/ink?pin=v61'" Download https://cdn.esm.shchalk/ Download https://cdn.esm.shcli-boxes/ This browser...

Looks like no disk space is left, @ije

in v53 I am getting this: ``` ➜ deno eval 'import { DataGrid } from \'https://esm.sh/@mui/x-data-grid?bundle\'' Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/Checkbox.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/Tooltip.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/MenuList.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/ListItemIcon.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/Unstable_TrapFocus.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/TablePagination.js Download https://cdn.esm.sh/v50/@material-ui/[email protected]/deno/ClickAwayListener.js...

on v60, this happens: ``` /* esm.sh - error */ throw new Error("[esm.sh] " + "esbuild: Could not resolve \"@mui/material\""); export default null; ```

there's no http2 module yet in deno_std

repl isn't implemented yet in deno_std https://github.com/denoland/deno_std/tree/main/node

@Stradivario do named exports (i.e. `Blob`) work as well?

@Stradivario try with deno run

new error now on v55: ```sh ➜ deno eval 'import { Blob } from \'https://esm.sh/fetch-blob\'' Check a generated module error: Uncaught SyntaxError: Identifier '__process$' has already been declared at (https://cdn.esm.sh/v55/[email protected]/deno/fetch-blob.js:2:328)...

blocked by this on v57: https://github.com/denoland/deno_std/pull/1519 (not esm.sh bug)