-
### Environment
unenv @ main (c4be2cb505b159a21a42920da925aff6e077f831)
### Reproduction
Simple worker like:
```
export default {
async fetch(request, env, ctx) {
return new Response('…
-
Hi Folks,
I've just upgraded to 4.0.3, but I get the following errors in the virtual-scroller.d.ts file: -
`ERROR in node_modules/ngx-virtual-scroller/virtual-scroller.d.ts(58,29): error TS2304:…
-
To create globals available on `globalThis`, you must use `var`: https://stackoverflow.com/a/56984941/288906
What do you think about adding an exclusion for files named global.d.ts and globals.d.ts…
-
```Welcome to PythonMonkey v0.0.1.dev1024+117d00f.
Type ".help" for more information.
> const c=1
undefined
> c
ReferenceError: c is not defined
@/home/wes/git/PythonMonkey/./pmjs line 118 >…
-
https://github.com/endojs/endo/blob/f891df0cb180d2296ae9f671af10fcdc8b24b209/packages/ses/docs/reference.md?plain=1#L85-L87
cc @tgrecojs @erights
dckc updated
9 months ago
-
After playing a bit with vanilla JS to explore how to defend against code accessing `(()=>{}).constructor` and `(async()=>{}).constructor` and learned about Object.defineProperty not being able to cha…
-
vue 3 + vite + ts
@vue-office/docx, @vue-office/excel
when run on localhost - docx and xlsx work fine.
Then try to deploy and get error RollupError: ../myproject/dist/index-Cozw5At8.mjs (5:7): "d…
-
### Summary
I am trying to use this plugin for polyfilling Node into my vite applciation. It builds my website perfectly, but when used with `vite dev`, I get the following error:
```log
TypeEr…
-
When I access globalThis.__io, it always return undefined.
How can I fix it ?
Thank you for supporting.
Additional, I use environment io.to(roomId).emit('function') to send message to specific r…
-
When running the generator it uses the System ID that the users enters for the globalThis. in the main mjs file. Since the system id can have dashes but the javascript var cannot, there needs to be so…