Kir_Antipov
0c53565546
Tested getOwnEntries
against arrays
2024-01-12 17:45:45 +03:00
Kir_Antipov
98e9aced20
Removed unnecessary async
2023-05-20 15:10:21 +03:00
Kir_Antipov
963eeb46a6
Fixed jest
throwing segfault
2023-05-19 22:46:04 +03:00
Kir_Antipov
dba28c84f8
ESLint update
2023-05-19 20:24:56 +03:00
Kir_Antipov
149430bbe9
Implemented getSafe
method
2023-05-19 16:48:48 +03:00
Kir_Antipov
ccd4319b20
Made ImportDirective
for dynamic import purposes
2023-05-16 20:39:20 +03:00
Kir_Antipov
491aa11ac5
Made ModuleLoader
interface
...
And added 2 default implementations:
- `NODE_MODULE_LOADER` - uses `import` under the hood
- `DYNAMIC_MODULE_LOADER` - will be able to load modules needed in other parts of this project. Currently it's just a stub
2023-05-16 20:37:39 +03:00
Kir_Antipov
fd2975b30b
Implemented more reflection-specific helpers
2023-05-16 20:34:43 +03:00