You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running test from .ts file, Reflect.type of this field is Object , and .js gives back Date.
While build folder contains: __metadata("design:type", Date)
Hello.
I've created a decorator for DateTime field, which type is Date.
TS(src) example:
JS(build) example:
When running test from
.ts
file, Reflect.type of this field isObject
, and.js
gives backDate
.While build folder contains:
__metadata("design:type", Date)
Decorator function:
Tell me please if I need to provide you with some more info?
The text was updated successfully, but these errors were encountered: