Skip to content

Commit

Permalink
build: Turn "experimentalDecorators" back on to ensure built js files…
Browse files Browse the repository at this point in the history
… can be run

When using JS files, ES decorators are not supported (yet).
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent 2232e02 commit 34c90b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nodeModulesDir": "auto",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "https://esm.sh/preact@10.24.3?pin=v67",
Expand Down

1 comment on commit 34c90b5

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 34c90b5 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot parse version: 
    at Module.parse (https://jsr.io/@std/semver/1.0.3/parse.ts:45:22)
    at denoVersionIsSatified (file:///src/src/main.ts:22:36)
    at main (file:///src/src/main.ts:64:10)
    at file:///src/src/main.ts:99:11

Please sign in to comment.