nope/lib/cli
Martin Karkowski 881456b2ca # 1.4.4
- Modified:
    - Renamed the decorator `exportFunctionAsNopeService` -> `exportAsNopeService` and the Interface `IexportFunctionAsNopeServiceParameters` -> `IexportAsNopeServiceParameters`
    - `NopeInstanceManager` and `GenericWrapper`: Now receives a factory to generate the a `NopeEventEmitter`:
      - This affects a lot packages.
    - `NopeModule`:
      - renamed `listFunctions` to `listMethods`
      - renamed `functions` is now called `methods`
      - The Description format is being updated (`functions` is now called `methods`)
  - Fixes:
    - `NopeModule`:
      - Now disposes Emitters as Properties as well
      - `getIdentifierOf` checks event emitters as well now.
    - `GenericWrapper`:
      - Now automatically registers emitters as well.
  - Added:
    -  `NopeModule`: Added the method `listEvents` (to show the available Emitters registered as Properties.)
2022-10-29 07:52:14 +02:00
..
cli.ts # 1.4.4 2022-10-29 07:52:14 +02:00
createService.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateDefaultConfig.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateDefaultPackageConfig.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateFolderStructure.ts Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
ioServer.ts Correcting version in files. And adapting internal name of cli-parameter 2022-10-27 20:13:20 +02:00
ioServerService.ts fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
nope.ts # 1.3.13 2022-09-20 20:54:53 +02:00
renderNope.ts adding new cli helper. this cli helper is unified 2021-01-21 08:38:44 +01:00
repl.ts # 1.3.13 2022-09-20 20:54:53 +02:00
runNopeBackend.ts Correcting version in files. And adapting internal name of cli-parameter 2022-10-27 20:13:20 +02:00