mc-publish/tests/unit/utils
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
..
collections Made ArrayMap and MultiMap 2023-05-16 20:09:20 +03:00
comparison Implemented default equality comparers for strings 2023-05-16 19:26:36 +03:00
diagnostics Stopwatch refactoring 2023-05-16 19:42:49 +03:00
errors Typo: errors.ts -> errors 2023-05-16 20:29:32 +03:00
functions Now it's possible to create middlewares 2023-05-16 19:04:41 +03:00
java Made a class that represents a Java version 2023-05-16 18:54:19 +03:00
logging LoggingStopwatch refactoring 2023-05-16 19:45:06 +03:00
reflection Made ModuleLoader interface 2023-05-16 20:37:39 +03:00
security Made a class that protects a string from being exposed 2023-05-16 20:17:23 +03:00
environment.spec.ts Made helper methods to work with environment 2023-05-16 19:31:41 +03:00
string-utils.spec.ts Made some helper methods to work with strings 2023-05-16 19:24:54 +03:00