bench icon indicating copy to clipboard operation
bench copied to clipboard

fix: force experimental decorators for danet

Open ArturSharapov opened this issue 11 months ago • 0 comments

Danet relies on experimental decorators requiring experimentalDecorators to be set to true since the release of Deno 1.40, as declared in the release blog.

This PR adds deno.json containing the required option to danet and danet_v2 frameworks, fixing error and error accordingly.

An example of a successful run can be found here.

ArturSharapov avatar Mar 14 '24 20:03 ArturSharapov