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
{{ message }}
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
The code which generates a config by inspecting the file system doesn't generate the same data structure that the library that consumes is expecting.
in
You will see that the confighelper is creating a property called "triggers" while the library is expecting "triggerRules"
THIS LIBRARY SHOULD HAVE BEEN TYPESCRIPT, this bug could have happened if the config had an interface definition. There is a reason typescript exists and THIS IS IT.
[bug]
The text was updated successfully, but these errors were encountered:
Versions
4.10.1
Describe the bug
The code which generates a config by inspecting the file system doesn't generate the same data structure that the library that consumes is expecting.
in
in confighelp.js line 87
in crosstrain.js line 38
You will see that the confighelper is creating a property called "triggers" while the library is expecting "triggerRules"
[bug]
The text was updated successfully, but these errors were encountered: