You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSR does not allow slow types. See https://jsr.io/docs/about-slow-types
```
error: TS1170 [ERROR]: A computed property name in a type literal must refer to an expression whose type
is a literal type or a 'unique symbol' type.
[metadataKey]: T;
~~~~~~~~~~~~~
at file:///Users/alisue/ghq/github.com/lambdalisue/deno-unknownutil/metadata.ts:9:26
TS2304 [ERROR]: Cannot find name 'metadataKey'.
[metadataKey]: T;
~~~~~~~~~~~
at file:///Users/alisue/ghq/github.com/lambdalisue/deno-unknownutil/metadata.ts:10:4
Found 2 errors.
```
0 commit comments