Skip to content

Deno support #18

Description

@oscarotero

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions