Hi.
Some packages, like tailwindcss use detective as a dependency. And detective depends on acorn-node, a library that doesn't work on Deno because it uses the highly discouraged __proto__ object property. I've created a version of acorn-node replacing the __proto__ deprecated feature with Object.getPrototypeOf() and Object.setPrototypeOf(): https://www.npmjs.com/package/@lumeland/acorn-node
I suggest to update acorn-node so it would work fine in Deno environment.
FYI, I've created also a detective and tailwind temporary packages that will be deprecated if you update this package.
Thanks!
Hi.
Some packages, like tailwindcss use
detectiveas a dependency. Anddetectivedepends onacorn-node, a library that doesn't work on Deno because it uses the highly discouraged__proto__object property. I've created a version ofacorn-nodereplacing the__proto__deprecated feature withObject.getPrototypeOf()andObject.setPrototypeOf(): https://www.npmjs.com/package/@lumeland/acorn-nodeI suggest to update
acorn-nodeso it would work fine in Deno environment.FYI, I've created also a detective and tailwind temporary packages that will be deprecated if you update this package.
Thanks!