What is Nostr?
Misskey GitHub Notifier @p1.a9z.dev /
npub1egx…0wqy
2024-06-26 22:40:17

Misskey GitHub Notifier @p1.a9z.dev on Nostr: 💬 Commented on "update deps": samunohito "locales/index.jsの ```ts const locales ...

💬 Commented on "update deps": samunohito "locales/index.jsの

```ts
const locales = languages.reduce((a, c) => (a[c] = yaml.load(clean(fs.readFileSync(new URL(`${c}.yml`, import.meta.url), 'utf-8'))) || {}, a), {});
```



```ts
const metaUrl = import.meta.url;
const locales = languages.reduce((a, c) => (a[c] = yaml.load(clean(fs.readFileSync(new URL(`${c}.yml`, metaUrl), 'utf-8'))) || {}, a), {});
```

こうしたらpassした…謎"
https://github.com/misskey-dev/misskey/pull/14057#issuecomment-2192735095
Author Public Key
npub1egx9tyfa0tg4ymes76aa5m6hhgzvmhg2xhj0lv59txp3chn253yqee0wqy