17 Commits

Author SHA1 Message Date
Valentyne Stigloher
9a78a074d8 (ts) add ~ path alias so that the symlinked data directory still resolves to the correct file
Nuxt 2 fails with aliases in serverMiddleware, so I had to use tsconfig-paths-webpack-plugin as workaround
https://github.com/nuxt/typescript/issues/339
2024-05-20 12:53:16 +02:00
Valentyne Stigloher
3996dd10b8 (ts) migrate calendar 2024-05-20 12:53:15 +02:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
eb9ebace3a (refactor) migrate from cjs to esm so that
in the case of importing `.json` files, node does support these only via adding `with { type: 'json' }`
and then it is still experimental.
The workaround is to create a require() function which is hidden from webpack via simple-hacky string replacement.
https://nodejs.org/api/esm.html#json-modules
This means that the files are not fully compatible, as webpack supports loading of other files via `import`,
while node does only allow `.js` (experimentally `.json` and `.wasm`).
2023-12-13 23:31:45 +01:00
Valentyne Stigloher
449822e2d8 (refactor) remove unused imports 2023-12-13 23:31:00 +01:00
Paweł Dembowski
6e28016b85 [pt] Update events.js 2022-08-12 21:46:34 +02:00
Paweł Dembowski
52dff6b55f [pt] Update events.js 2022-07-15 03:24:40 +00:00
Paweł Dembowski
f67b6de196 [pt] Update events.js 2022-07-12 22:32:25 +00:00
Paweł Dembowski
c63fa39c4d [pt] Update events.js 2022-07-12 22:30:26 +00:00
Paweł Dembowski
71b6a51493 [pt] Update events.js 2022-06-13 23:12:30 +00:00
Paweł Dembowski
c8cda9810b [pt] Update events.js 2022-06-13 23:08:26 +00:00
Paweł Dembowski
91a916b54d [pt] Update events.js 2022-06-09 14:10:35 +00:00
Andrea Vos
8602a17b5a [bug][pt] 2022-06-03 08:25:18 +02:00
Paweł Dembowski
1f6df26341 [pt] Update events.js 2022-05-28 12:25:14 +00:00
Paweł Dembowski
cb655d7e2f [pt] Update events.js 2022-04-23 02:10:24 +00:00
Paweł Dembowski
4f9cd3bdec [pt] Update events.js 2022-01-08 11:04:22 +00:00
Andrea Vos
23110913ed [lad] hebrew calendar dates 2021-12-29 18:31:09 +01:00