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
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
b660d2fb92
[es] Update events.js
2022-08-12 20:59:11 +02:00
Paweł Dembowski
b313deb9cd
[es] Update events.js
2022-07-15 03:24:48 +00:00
Paweł Dembowski
97bdf737a8
[es] Update events.js
2022-07-15 03:21:44 +00:00
Paweł Dembowski
29103dc1e5
[es] Update events.js
2022-07-12 22:33:17 +00:00
Paweł Dembowski
84b6777074
[es] Update events.js
2022-07-12 22:25:13 +00:00
Paweł Dembowski
0f62b3d4a2
[es] Update events.js
2022-06-13 23:12:03 +00:00
Paweł Dembowski
2696bd66c1
[es] Update events.js
2022-06-13 23:07:25 +00:00
Paweł Dembowski
716f895bc7
[es] Update events.js
2022-06-09 14:10:06 +00:00
Andrea Vos
6fa1f9b429
[bug][calendar][pl][es] missing import
2022-05-28 12:12:59 +02:00
Paweł Dembowski
5088c6563f
[es] Update events.js
2022-05-28 00:24:27 +00:00
Paweł Dembowski
a5df8f6e37
[es] Update events.js
2022-05-24 00:22:37 +00:00
Paweł Dembowski
87bc151eed
[es] Update events.js
2022-05-20 09:25:49 +00:00
Paweł Dembowski
487ad2975a
[es] Update events.js
2022-05-19 23:26:28 +00:00
Paweł Dembowski
81faed8a7f
[es] Update events.js
2022-05-19 22:15:01 +00:00
Paweł Dembowski
16dd1052a1
[es] Update events.js
2022-05-19 00:02:47 +00:00
Paweł Dembowski
1e59317e2d
[es] Update events.js
2022-05-18 23:49:40 +00:00
Paweł Dembowski
7284fbe050
[es] Update events.js
2022-05-18 23:46:54 +00:00
Paweł Dembowski
722108cf35
[es] Update events.js
2022-05-02 23:05:41 +00:00
Paweł Dembowski
6d919334be
[es] Update events.js
2022-04-20 02:15:19 +00:00
Andrea Vos
6f23158e32
[es][calendar] fix
2022-04-17 11:20:16 +02:00
Paweł Dembowski
3d1f0e9a34
[es] Update events.js
2022-04-16 23:32:27 +00:00
Paweł Dembowski
06b9493a3d
[es] Update events.js
2022-04-01 16:42:41 +00:00
Paweł Dembowski
be7104d816
[es] Update events.js
2022-01-08 11:04:01 +00:00
Andrea Vos
23110913ed
[lad] hebrew calendar dates
2021-12-29 18:31:09 +01:00