Skip to content

Instantly share code, notes, and snippets.

@diverted247
Created September 4, 2013 21:28
Show Gist options
  • Save diverted247/6443114 to your computer and use it in GitHub Desktop.
Save diverted247/6443114 to your computer and use it in GitHub Desktop.
TypeScript output on Refactoring editors
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(5,31): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(7,49): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/GroupContainer.ts(10,24): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/DOMText.ts(43,15): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ContainerEdit.ts(51,20): The property 'html' does not exist on value of type 'HTMLElement'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEdit.ts(68,20): The property 'html' does not exist on value of type 'HTMLElement'
[exec] /coderoot/big-box-js/main/build/app/editors/TextEdit.ts(50,17): The property 'updateButtons' does not exist on value of type 'TextEdit'
[exec] /coderoot/big-box-js/main/build/app/controls/GroupContainer.ts(10,24): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/GroupContainer.ts(10,37): The property 'ContainerEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/BaseControl.ts(1527,21): The property 'containerEditor' does not exist on value of type 'BaseControl'
[exec] /coderoot/big-box-js/main/build/app/controls/BaseControl.ts(1528,21): The property 'containerEditor' does not exist on value of type 'BaseControl'
[exec] /coderoot/big-box-js/main/build/app/controls/BaseControl.ts(1535,21): The property 'containerEditor' does not exist on value of type 'BaseControl'
[exec] /coderoot/big-box-js/main/build/app/controls/BaseControl.ts(1537,21): The property 'containerEditor' does not exist on value of type 'BaseControl'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(508,21): The property 'editor' does not exist on value of type 'CompositeText'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(508,47): The property 'TextEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(510,21): The property 'editor' does not exist on value of type 'CompositeText'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(515,21): The property 'editor' does not exist on value of type 'CompositeText'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(516,21): The property 'editor' does not exist on value of type 'CompositeText'
[exec] /coderoot/big-box-js/main/build/app/controls/CompositeText.ts(517,21): The property 'editor' does not exist on value of type 'CompositeText'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1334,21): The property 'editor' does not exist on value of type 'Image'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1334,47): The property 'ImageEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1335,21): The property 'editor' does not exist on value of type 'Image'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1344,49): The property 'editor' does not exist on value of type 'Image'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1345,21): The property 'editor' does not exist on value of type 'Image'
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts(1346,21): The property 'editor' does not exist on value of type 'Image'
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(5,31): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(5,44): The property 'ContainerEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(10,82): The property 'ContainerEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/DOMText.ts(43,15): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/DOMText.ts(43,28): The property 'DOMTextEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/controls/DOMText.ts(345,47): The property 'DOMTextEditor' does not exist on value of type 'editors'
[exec] /coderoot/big-box-js/main/build/app/editors/TextEdit.ts(79,20): The property 'html' does not exist on value of type 'HTMLElement'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEdit.ts(163,17): The property 'hide' does not exist on value of type 'ImageEdit'
[exec] /coderoot/big-box-js/main/build/app/editors/ContainerEdit.ts(243,17): The property 'hide' does not exist on value of type 'ContainerEdit'
[exec] /coderoot/big-box-js/main/build/app/init.ts(267,32): The property 'editor' does not exist on value of type 'bbox.controls.BaseControl'
[exec] /coderoot/big-box-js/main/build/app/init.ts(264,32): The property 'containerEditor' does not exist on value of type 'bbox.controls.BaseControl'
[exec] /coderoot/big-box-js/main/build/app/init.ts(267,32): The property 'editor' does not exist on value of type 'bbox.controls.BaseControl'
BUILD FAILED
/coderoot/big-box-js/main/build.xml:254: exec returned: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment