kichMan
kichMan
@qu1ck Would you mind if I add you to my repository where I am migrating to TypeScript? There, you will be able to leave your comments and respond to my...
@qu1ck > Compatibility with custom scripts (user.js) should be maintained, i.e. functions and global variables should not be renamed by TS compiler/packer/any other tools that may be involved Which specific...
i.e. you meant the `EventHandler` object and its event names defined by the `IBOM_EVENT_TYPES` constant, right? ```typescript export const IBOM_EVENT_TYPES = { ALL: "all", HIGHLIGHT_EVENT: "highlightEvent", CHECKBOX_CHANGE_EVENT: "checkboxChangeEvent", BOM_BODY_CHANGE_EVENT: "bomBodyChangeEvent",...
Oh, this is very bad. This condition makes refactoring for scalability impossible. What do you think about prohibiting the use of global variables and functions in the next major version,...