types-ddd icon indicating copy to clipboard operation
types-ddd copied to clipboard

This package provide utils files and interfaces to assistant build a complex application with domain driving design.

Results 6 types-ddd issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

# Types-ddd cli ## Build a cli to auto generate domain files Requires npm and nodejs installed ### Example how it will works A cli to works with [types-ddd](https://www.npmjs.com/package/types-ddd) lib....

help wanted
feature

**EmailValueObject handle error bellow** ``` [05:35:55] ERROR: ERROR 27688 Can not get the value of an error result. Use errorValue instead. [05:35:55] ERROR: ERROR 27688 {"statusCode":"UNPROCESSABLE_ENTITY","statusCodeNumber":422,"isSuccess":false,"isFailure":true,"error":"Invalid email","_value":null} ``` Value Provided:...

bug

**Describe the bug** When i try to create a an ObjectValue it throw an error. ` Module not found: Can't resolve 'fs'` **To Reproduce** ObjectValue ``` import { IResult, Result,...

wontfix

## Currently the types-ddd library provides several components (value objects) in a single package. However, it would be beneficial for users if these components were made available in individual packages,...

enhancement

@4lessandrodev Before starting, please feel free to reach out to me for any improvement requests. And once again, a huge thank you for your work and for this library, truly!...

discussion