ayame113 (val440)

Results 42 comments of ayame113 (val440)

This bug seems to originate from the line below. ```ts // file:///C:/Users/ayame/AppData/Local/deno/npm/registry.npmjs.org/prettier/2.8.3/parser-babel.js:formatted const {Buffer, clearImmediate, clearInterval, clearTimeout, console, global, process, setImmediate, setInterval, setTimeout} = globalThis; ``` ~~Perhaps accessing `globalThis.global` inside...

Also, esm.sh has the ability to pin the versions of dependencies. https://esm.sh/#:~:text=Specify%20dependencies

From reading the lines related to the error in the source code, I think it's a problem with the conversion from CJS to ESM. The code before transpile is: ```js...

I think it might be possible to implement a JavaScript-based plugin system using Deno. - [Roll your own JavaScript runtime - Deno](https://deno.com/blog/roll-your-own-javascript-runtime) - [Roll your own JavaScript runtime, pt. 2...

Perhaps I ran into the same issue. The combination of max() and var() breaks css variables. https://twind.run/denim-airline-vampire?result=css

Thank you for your interest in this module! Yes `readDir` is not supported yet.

First of all, thank you for your interest in this module!👍 I think I've also encountered this error. The solution at that time was: The sqlite module will try to...

This is also not supported yet. I need to add this.

I ran into this issue too, but got around it by using [esm.sh](https://esm.sh/). (esm.sh supports git dependencies since v116.)

Ah thank you for finding this! I'll look into this.