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
I'm creating a custom server service. and cannot refer the exported function executeDateFilterCondition in packages/common/src/filter-conditions/dateFilterCondition.ts.
I suppose that this package (dateFilterCondition) should be als exported in packages/common/src/filter-conditions as others in the same folder but it's missing.
Current content of the file filter-conditions/index.ts is:
This is not a run-time bug, but the compile time bug. To reproduce this bug, simply refer to any exported function from dateFilterCondition module in the source code and the compile errors will be appeared.
I'm not sure why you would want to extend these filter conditions, I mean I'm curious to see why. So yes, it looks like it is missing and a Pull Request is certainly welcome. I'm expecting to push a new release in the next couple days so it would be nice if you have the time to create a PR. Thanks
Describe the bug
I'm creating a custom server service. and cannot refer the exported function
executeDateFilterCondition
inpackages/common/src/filter-conditions/dateFilterCondition.ts
.I suppose that this package (dateFilterCondition) should be als exported in
packages/common/src/filter-conditions
as others in the same folder but it's missing.Current content of the file
filter-conditions/index.ts
is:I suppose the the following line is missing?
Reproduction
This is not a run-time bug, but the compile time bug. To reproduce this bug, simply refer to any exported function from
dateFilterCondition
module in the source code and the compile errors will be appeared.Which Framework are you using?
Angular
Environment Info
Validations
The text was updated successfully, but these errors were encountered: