Ryan Sweetman

Results 4 comments of Ryan Sweetman

where to find other dataUrl ?

> 认为我通过创建自己的可组合包装器来实现此功能,该包装器可返回`t()`具有自定义类型的函数: > > ``` > type Translations = Messages["en"]; > > type PathToLeaves = T extends PropertyKey > ? Cache > : { > [P in keyof T]: P...

> I believe the advice from [this](https://github.com/getsentry/self-hosted/issues/2706#issuecomment-1911242703) comment might apply here as well. Yes, Thank you for your help!

最近才遇到这种情况,我也是要加上type=module或者禁用缓存,希望早点支持type=module