-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels