Skip to content

Instantly share code, notes, and snippets.

@diverted247
Created February 27, 2014 20:23
Show Gist options
  • Select an option

  • Save diverted247/9258768 to your computer and use it in GitHub Desktop.

Select an option

Save diverted247/9258768 to your computer and use it in GitHub Desktop.
Porting TS 0.8.3 to TS 0.9.7
app/interfaces/IApplicationMode.ts(6,15): error TS2095: Could not find symbol 'bool'.
app/interfaces/IWindow.ts(4,19): error TS2095: Could not find symbol 'bool'.
app/interfaces/IGuidedTip.ts(3,22): error TS2095: Could not find symbol 'bool'.
app/interfaces/IGuidedTip.ts(5,28): error TS2095: Could not find symbol 'bool'.
app/app.ts(39,27): error TS2095: Could not find symbol 'bool'.
app/app.ts(40,25): error TS2095: Could not find symbol 'bool'.
app/app.ts(41,32): error TS2095: Could not find symbol 'bool'.
app/app.ts(42,34): error TS2095: Could not find symbol 'bool'.
app/app.ts(44,35): error TS2095: Could not find symbol 'bool'.
app/app.ts(46,23): error TS2095: Could not find symbol 'bool'.
app/app.ts(47,23): error TS2095: Could not find symbol 'bool'.
app/app.ts(48,25): error TS2095: Could not find symbol 'bool'.
app/app.ts(54,30): error TS2095: Could not find symbol 'bool'.
app/app.ts(56,34): error TS2095: Could not find symbol 'bool'.
app/app.ts(57,42): error TS2095: Could not find symbol 'bool'.
app/app.ts(59,30): error TS2095: Could not find symbol 'bool'.
app/app.ts(71,33): error TS2095: Could not find symbol 'bool'.
app/app.ts(72,38): error TS2095: Could not find symbol 'bool'.
app/app.ts(98,33): error TS2095: Could not find symbol 'bool'.
app/app.ts(102,32): error TS2095: Could not find symbol 'bool'.
app/app.ts(106,33): error TS2095: Could not find symbol 'bool'.
app/app.ts(110,40): error TS2095: Could not find symbol 'bool'.
app/app.ts(145,41): error TS2095: Could not find symbol 'bool'.
app/app.ts(206,42): error TS2095: Could not find symbol 'bool'.
app/app.ts(253,45): error TS2095: Could not find symbol 'bool'.
app/app.ts(673,31): error TS2095: Could not find symbol 'bool'.
app/app.ts(773,31): error TS2095: Could not find symbol 'bool'.
app/app.ts(774,32): error TS2095: Could not find symbol 'bool'.
app/app.ts(801,44): error TS2095: Could not find symbol 'bool'.
app/app.ts(856,37): error TS2094: The property 'dashedLineTo' does not exist on value of type 'createjs.Graphics'.
app/app.ts(875,37): error TS2094: The property 'drawDashedRect' does not exist on value of type 'createjs.Graphics'.
app/app.ts(886,37): error TS2094: The property 'drawResizableDashedRect' does not exist on value of type 'createjs.Graphics'.
app/app.ts(897,37): error TS2094: The property 'svgPath' does not exist on value of type 'createjs.Graphics'.
app/app.ts(919,37): error TS2094: The property 'svgRect' does not exist on value of type 'createjs.Graphics'.
app/managers/ActionManager.ts(10,24): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(50,19): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(54,19): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(58,39): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(169,46): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(170,29): error TS2095: Could not find symbol 'bool'.
app/managers/ActionManager.ts(213,25): error TS2095: Could not find symbol 'bool'.
app/managers/DialogManager.ts(16,30): error TS2095: Could not find symbol 'bool'.
app/managers/FontManager.ts(15,19): error TS2095: Could not find symbol 'bool'.
app/managers/FontManager.ts(186,47): error TS2095: Could not find symbol 'bool'.
app/managers/FontManager.ts(200,34): error TS2173: Generic type references must include all type arguments.
app/managers/ServiceManager.ts(8,28): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(397,35): error TS2134: Subsequent variable declarations must have the same type. Variable 'len' must be of type 'number', but here has type 'any'.
app/managers/ServiceManager.ts(607,62): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(627,34): error TS2173: Generic type references must include all type arguments.
app/managers/ServiceManager.ts(672,93): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(847,46): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(847,64): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(899,36): error TS2095: Could not find symbol 'bool'.
app/managers/ServiceManager.ts(937,44): error TS2095: Could not find symbol 'bool'.
app/managers/CacheManager.ts(100,33): error TS2095: Could not find symbol 'bool'.
app/managers/CacheManager.ts(138,32): error TS2095: Could not find symbol 'bool'.
app/managers/EditorManager.ts(8,17): error TS2095: Could not find symbol 'bool'.
app/managers/EditorManager.ts(111,35): error TS2095: Could not find symbol 'bool'.
app/managers/EditorManager.ts(161,40): error TS2095: Could not find symbol 'bool'.
app/managers/EditorManager.ts(226,24): error TS2095: Could not find symbol 'bool'.
app/managers/ErrorManager.ts(66,48): error TS2095: Could not find symbol 'bool'.
app/managers/ErrorManager.ts(70,50): error TS2095: Could not find symbol 'bool'.
app/managers/ErrorManager.ts(74,47): error TS2095: Could not find symbol 'bool'.
app/managers/ErrorManager.ts(78,48): error TS2095: Could not find symbol 'bool'.
app/managers/ErrorManager.ts(82,75): error TS2095: Could not find symbol 'bool'.
app/managers/ImageManager.ts(132,51): error TS2095: Could not find symbol 'bool'.
app/managers/ImageManager.ts(400,58): error TS2095: Could not find symbol 'bool'.
app/managers/ImageManager.ts(400,76): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(6,24): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(7,30): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(17,29): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(21,34): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(29,32): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(33,31): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(37,29): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(41,27): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(50,25): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(55,26): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(59,28): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(63,41): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(63,54): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(65,36): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(81,28): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(85,27): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(89,33): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(93,40): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(97,38): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(101,31): error TS2095: Could not find symbol 'bool'.
app/managers/UIManager.ts(128,53): error TS2095: Could not find symbol 'bool'.
app/managers/SelectionManager.ts(8,59): error TS2095: Could not find symbol 'bool'.
app/managers/SelectionManager.ts(56,27): error TS2134: Subsequent variable declarations must have the same type. Variable 'e' must be of type 'any', but here has type 'MSEventObj'.
app/managers/SelectionManager.ts(70,25): error TS2095: Could not find symbol 'bool'.
app/managers/SelectionManager.ts(71,29): error TS2095: Could not find symbol 'bool'.
app/managers/PeepsManager.ts(61,38): error TS2095: Could not find symbol 'bool'.
app/managers/PeepsManager.ts(400,34): error TS2095: Could not find symbol 'bool'.
app/managers/RequirementValidationManager.ts(5,39): error TS2095: Could not find symbol 'bool'.
app/managers/RequirementValidationManager.ts(43,43): error TS2095: Could not find symbol 'bool'.
app/managers/RequirementValidationManager.ts(53,31): error TS2095: Could not find symbol 'bool'.
app/managers/GuidedUITipManager.ts(99,28): error TS2095: Could not find symbol 'bool'.
app/managers/GuidedUITipManager.ts(110,28): error TS2095: Could not find symbol 'bool'.
app/managers/GuidedUITipManager.ts(122,28): error TS2095: Could not find symbol 'bool'.
app/managers/WizardManager.ts(12,38): error TS2095: Could not find symbol 'bool'.
app/managers/WizardManager.ts(13,26): error TS2095: Could not find symbol 'bool'.
app/managers/WizardManager.ts(34,40): error TS2095: Could not find symbol 'bool'.
app/managers/WizardManager.ts(35,24): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(22,18): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(23,18): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(24,24): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(27,18): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(28,19): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(32,15): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(71,30): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(75,31): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(79,31): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(83,29): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(87,31): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(91,30): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(95,32): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(99,30): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(103,36): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(121,41): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(121,63): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(134,19): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(138,28): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(145,42): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(153,47): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(631,37): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(631,61): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(663,63): error TS2112: The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
app/controls/BaseControl.ts(663,124): error TS2112: The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
app/controls/BaseControl.ts(681,65): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(951,32): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(958,37): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1029,23): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1033,23): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1037,30): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1041,32): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1045,32): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1049,32): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1053,22): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1057,30): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1172,67): error TS2095: Could not find symbol 'bool'.
app/controls/BaseControl.ts(1172,74): error TS2095: Could not find symbol 'bool'.
app/controls/BackgroundColor.ts(89,19): error TS2095: Could not find symbol 'bool'.
app/controls/Bounds.ts(3,15): error TS2095: Could not find symbol 'bool'.
app/controls/Bounds.ts(5,32): error TS2081: Supplied parameters do not match any signature of call target.
app/controls/Bounds.ts(5,32): error TS2087: Could not select overload for 'call' expression.
app/controls/Bounds.ts(6,32): error TS2081: Supplied parameters do not match any signature of call target.
app/controls/Bounds.ts(6,32): error TS2087: Could not select overload for 'call' expression.
app/controls/Bounds.ts(73,19): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(9,18): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(15,28): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(16,38): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(30,107): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(88,19): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(101,20): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(105,30): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(118,25): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(186,35): error TS2095: Could not find symbol 'bool'.
app/controls/Text.ts(380,38): error TS2094: The property '_prepContext' does not exist on value of type 'Text'.
app/controls/Text.ts(380,65): error TS2094: The property '_workingContext' does not exist on value of type 'typeof createjs.Text'.
app/controls/CompositeText.ts(18,35): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(19,34): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(29,37): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(30,35): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(31,34): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(38,85): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(136,26): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(202,47): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(204,29): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(241,32): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(333,19): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(456,41): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(456,63): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(540,36): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(641,29): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(656,21): error TS2134: Subsequent variable declarations must have the same type. Variable 'currentTextHeight' must be of type 'number', but here has type 'any'.
app/controls/CompositeText.ts(789,26): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(889,32): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(906,21): error TS2134: Subsequent variable declarations must have the same type. Variable 'textControl' must be of type 'bbox.controls.Text', but here has type 'any'.
app/controls/CompositeText.ts(951,37): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(952,26): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(1212,29): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(1277,37): error TS2095: Could not find symbol 'bool'.
app/controls/CompositeText.ts(1285,45): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(18,32): error TS2081: Supplied parameters do not match any signature of call target.
app/controls/ControlUI.ts(18,32): error TS2087: Could not select overload for 'call' expression.
app/controls/ControlUI.ts(19,30): error TS2081: Supplied parameters do not match any signature of call target.
app/controls/ControlUI.ts(19,30): error TS2087: Could not select overload for 'call' expression.
app/controls/ControlUI.ts(339,107): error TS2094: The property 'drawDashedRect' does not exist on value of type 'createjs.Graphics'.
app/controls/ControlUI.ts(402,43): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(411,29): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(415,28): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(419,30): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(424,29): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(428,28): error TS2095: Could not find symbol 'bool'.
app/controls/ControlUI.ts(432,31): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(32,19): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(33,21): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(34,20): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(39,31): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(50,80): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(342,28): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(600,49): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(624,36): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(731,36): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(772,32): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(774,29): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(834,49): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(909,30): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1010,37): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1010,58): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1095,21): error TS2134: Subsequent variable declarations must have the same type. Variable 'nscale' must be of type 'number', but here has type 'any'.
app/controls/Image.ts(1223,32): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1289,25): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1368,41): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1368,63): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1552,100): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1605,19): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1620,30): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1903,30): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1953,25): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1956,26): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1959,26): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1962,24): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1965,26): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1968,25): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1971,27): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1974,60): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(1984,27): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2012,99): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2013,37): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2013,60): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2105,45): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2354,33): error TS2095: Could not find symbol 'bool'.
app/controls/Image.ts(2402,29): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(9,27): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(135,100): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(136,37): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(136,60): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(246,19): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(261,23): error TS2095: Could not find symbol 'bool'.
app/controls/Background.ts(265,30): error TS2095: Could not find symbol 'bool'.
app/controls/Paperstock.ts(3,18): error TS2141: Class 'bbox.controls.Paperstock' cannot extend class 'bbox.controls.BaseControl':
[exec] Property 'pageItemBlock' defined as private in type 'Paperstock' is defined as public in type 'BaseControl'.
app/controls/Paperstock.ts(176,19): error TS2095: Could not find symbol 'bool'.
app/controls/LiveArea.ts(113,19): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(11,18): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(19,125): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(161,35): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(163,29): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(272,25): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(309,19): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(320,20): error TS2095: Could not find symbol 'bool'.
app/controls/Paragraph.ts(324,30): error TS2095: Could not find symbol 'bool'.
app/controls/ComponentFactory.ts(94,68): error TS2095: Could not find symbol 'bool'.
app/controls/ComponentFactory.ts(161,20): error TS2095: Could not find symbol 'createNewImage'.
app/controls/ComponentFactory.ts(165,122): error TS2095: Could not find symbol 'bool'.
app/controls/ComponentFactory.ts(180,44): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(11,18): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(188,23): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(199,32): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(209,32): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(219,32): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(305,64): error TS2095: Could not find symbol 'bool'.
app/controls/GroupContainer.ts(305,71): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(3,18): error TS2141: Class 'bbox.controls.DOMText' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'DOMText' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/controls/DOMText.ts(11,18): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(12,19): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(13,19): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(14,17): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(15,19): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(16,18): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(17,20): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(18,18): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(44,18): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(47,26): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(110,26): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(449,19): error TS2095: Could not find symbol 'bool'.
app/controls/DOMText.ts(495,20): error TS2095: Could not find symbol 'bool'.
app/controls/Graphic.ts(90,19): error TS2095: Could not find symbol 'bool'.
app/controls/ZoomNav.ts(13,27): error TS2081: Supplied parameters do not match any signature of call target.
app/controls/ZoomNav.ts(13,27): error TS2087: Could not select overload for 'call' expression.
app/controls/DieCut.ts(90,19): error TS2095: Could not find symbol 'bool'.
app/controls/ImageMask.ts(90,19): error TS2095: Could not find symbol 'bool'.
app/controls/Peep.ts(34,27): error TS2095: Could not find symbol 'bool'.
app/controls/Peep.ts(138,30): error TS2095: Could not find symbol 'bool'.
app/controls/Peep.ts(176,32): error TS2095: Could not find symbol 'bool'.
app/controls/Peep.ts(180,29): error TS2095: Could not find symbol 'bool'.
app/views/ToolbarView.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'ToolbarView'.
app/views/ToolbarView.ts(26,17): error TS2000: Duplicate identifier ''click #helpButton''. Additional locations:
[exec] /Users/ted/Desktop/big-box-js/branches/features/ts1_port/build/app/views/ToolbarView.ts(20,17)
app/views/ToolbarView.ts(76,38): error TS2095: Could not find symbol 'bool'.
app/views/AssetPanelView.ts(34,22): error TS2094: The property 'events' does not exist on value of type 'AssetPanelView'.
app/views/AssetPanelView.ts(51,22): error TS2094: The property 'events' does not exist on value of type 'AssetPanelView'.
app/views/AssetPanelView.ts(149,27): error TS2095: Could not find symbol 'bool'.
app/views/AssetPanelView.ts(331,27): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(2,18): error TS2141: Class 'bbox.views.CanvasView' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'CanvasView' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/CanvasView.ts(6,20): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(14,18): error TS2094: The property 'events' does not exist on value of type 'CanvasView'.
app/views/CanvasView.ts(126,36): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(172,26): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(307,76): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(319,99): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(319,111): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(495,30): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(546,31): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(740,19): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(817,27): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(964,88): error TS2095: Could not find symbol 'bool'.
app/views/CanvasView.ts(994,70): error TS2012: Cannot convert 'controls.BaseControl' to 'controls.Paperstock':
[exec] Property 'pageItemBlock' defined as public in type 'controls.BaseControl' is defined as private in type 'controls.Paperstock'.
[exec] Property 'pageItemBlock' defined as private in type 'controls.Paperstock' is defined as public in type 'controls.BaseControl'.
app/views/CanvasView.ts(1033,28): error TS2095: Could not find symbol 'bool'.
app/views/PreviewView.ts(5,17): error TS2095: Could not find symbol 'bool'.
app/views/PreviewView.ts(13,18): error TS2094: The property 'events' does not exist on value of type 'PreviewView'.
app/views/SceneView.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'SceneView'.
app/views/ZoomControlView.ts(16,18): error TS2094: The property 'events' does not exist on value of type 'ZoomControlView'.
app/views/PeepsCanvasView.ts(2,18): error TS2141: Class 'bbox.views.PeepsCanvasView' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'PeepsCanvasView' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/PeepsCanvasView.ts(38,18): error TS2094: The property 'events' does not exist on value of type 'PeepsCanvasView'.
app/views/PeepsCanvasView.ts(97,67): error TS2094: The property 'drawDashedRect' does not exist on value of type 'createjs.Graphics'.
app/views/dialogs/PhotoUpload.ts(3,18): error TS2141: Class 'bbox.views.dialogs.PhotoUpload' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'PhotoUpload' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '(autoAdd?: any, allowMultiselect?: any) => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/PhotoUpload.ts(8,17): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/PhotoUpload.ts(13,34): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/PhotoUpload.ts(32,18): error TS2094: The property 'events' does not exist on value of type 'PhotoUpload'.
app/views/dialogs/PhotoUpload.ts(74,25): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/PhotoUpload.ts(74,54): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/Error.ts(3,18): error TS2141: Class 'bbox.views.dialogs.Error' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'Error' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/Error.ts(8,27): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/Error.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'Error'.
app/views/dialogs/SaveDialog.ts(2,18): error TS2141: Class 'bbox.views.dialogs.SaveDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'SaveDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/SaveDialog.ts(10,18): error TS2094: The property 'events' does not exist on value of type 'SaveDialog'.
app/views/dialogs/SaveDialog.ts(26,32): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/SaveDialog.ts(70,33): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/UpsellDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.UpsellDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'UpsellDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/UpsellDialog.ts(6,28): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/UpsellDialog.ts(13,18): error TS2094: The property 'events' does not exist on value of type 'UpsellDialog'.
app/views/dialogs/BackOptionsDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.BackOptionsDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'BackOptionsDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/BackOptionsDialog.ts(13,18): error TS2094: The property 'events' does not exist on value of type 'BackOptionsDialog'.
app/views/dialogs/UserDialog.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'UserDialog'.
app/views/dialogs/UserDialog.ts(148,30): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/UserDialog.ts(160,36): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/UserDialog.ts(219,69): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/ConfirmDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.ConfirmDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'ConfirmDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/ConfirmDialog.ts(11,18): error TS2094: The property 'events' does not exist on value of type 'ConfirmDialog'.
app/views/dialogs/Offline.ts(3,18): error TS2141: Class 'bbox.views.dialogs.Offline' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'Offline' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/Offline.ts(11,18): error TS2094: The property 'events' does not exist on value of type 'Offline'.
app/views/dialogs/PeepsEditor.ts(3,18): error TS2141: Class 'bbox.views.dialogs.PeepsEditor' cannot extend class 'Backbone.View':
[exec] Property 'render' defined as private in type 'PeepsEditor' is defined as public in type 'Backbone.View'.
app/views/dialogs/PeepsEditor.ts(7,20): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/PeepsEditor.ts(24,22): error TS2094: The property 'events' does not exist on value of type 'PeepsEditor'.
app/views/dialogs/PeepsEditor.ts(33,22): error TS2094: The property 'events' does not exist on value of type 'PeepsEditor'.
app/views/dialogs/PeepsEditor.ts(164,46): error TS2095: Could not find symbol 'bool'.
app/views/dialogs/CancelPeepSessionDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.CancelPeepSessionDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'CancelPeepSessionDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/CancelPeepSessionDialog.ts(11,18): error TS2094: The property 'events' does not exist on value of type 'CancelPeepSessionDialog'.
app/views/dialogs/TestPreview.ts(3,18): error TS2141: Class 'bbox.views.dialogs.TestPreview' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'TestPreview' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/TestPreview.ts(15,18): error TS2094: The property 'events' does not exist on value of type 'TestPreview'.
app/views/dialogs/ImageZoom.ts(2,18): error TS2141: Class 'bbox.views.dialogs.ImageZoom' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'ImageZoom' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/RemoveImageDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.RemoveImageDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'RemoveImageDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/RemoveImageDialog.ts(11,18): error TS2094: The property 'events' does not exist on value of type 'RemoveImageDialog'.
app/views/dialogs/BusyDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.BusyDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'BusyDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/BusyDialog.ts(11,18): error TS2094: The property 'events' does not exist on value of type 'BusyDialog'.
app/views/dialogs/SessionDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.SessionDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'SessionDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/SessionDialog.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'SessionDialog'.
app/views/dialogs/PromoteBackgroundDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.PromoteBackgroundDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'PromoteBackgroundDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/PromoteBackgroundDialog.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'PromoteBackgroundDialog'.
app/views/dialogs/WizardDialog.ts(3,18): error TS2141: Class 'bbox.views.dialogs.WizardDialog' cannot extend class 'Backbone.View':
[exec] Types of property 'render' of types 'WizardDialog' and 'Backbone.View' are incompatible:
[exec] Call signatures of types '() => void' and '() => Backbone.View' are incompatible.
app/views/dialogs/WizardDialog.ts(12,18): error TS2094: The property 'events' does not exist on value of type 'WizardDialog'.
app/utils/Config.ts(9,19): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(51,24): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(55,21): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(453,17): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(547,30): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(557,25): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(565,27): error TS2095: Could not find symbol 'bool'.
app/utils/Config.ts(591,23): error TS2095: Could not find symbol 'bool'.
app/utils/Router.ts(7,18): error TS2094: The property 'routes' does not exist on value of type 'Router'.
app/utils/util.ts(51,38): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(52,20): error TS2095: Could not find symbol 'notUndefined'.
app/utils/util.ts(55,41): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(59,42): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(70,37): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(71,20): error TS2095: Could not find symbol 'isUndefined'.
app/utils/util.ts(168,40): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(256,48): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(442,21): error TS2095: Could not find symbol 'filterColor'.
app/utils/util.ts(475,46): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(538,54): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(575,55): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(594,56): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(633,58): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(724,83): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(812,69): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(933,30): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(1023,58): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(1055,67): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(1098,29): error TS2095: Could not find symbol 'containsFontFamily'.
app/utils/util.ts(1119,64): error TS2095: Could not find symbol 'bool'.
app/utils/util.ts(1120,25): error TS2095: Could not find symbol 'bool'.
app/utils/TextUtil.ts(144,17): error TS2134: Subsequent variable declarations must have the same type. Variable 'beginSpanIndex' must be of type 'any', but here has type 'number'.
app/utils/TextUtil.ts(352,48): error TS2094: The property 'currentFont' does not exist on value of type 'typeof TextUtil'.
app/utils/TextUtil.ts(353,47): error TS2094: The property 'currentVariant' does not exist on value of type 'typeof TextUtil'.
app/utils/TextUtil.ts(442,48): error TS2094: The property 'font' does not exist on value of type 'typeof TextUtil'.
app/utils/TextUtil.ts(443,47): error TS2094: The property 'variant' does not exist on value of type 'typeof TextUtil'.
app/utils/TextUtil.ts(464,48): error TS2095: Could not find symbol 'bool'.
app/utils/TextUtil.ts(492,48): error TS2095: Could not find symbol 'bool'.
app/utils/EncodingUtils.ts(26,57): error TS2095: Could not find symbol 'bool'.
app/utils/EncodingUtils.ts(39,40): error TS2095: Could not find symbol 'encodeCharacterToHex'.
app/utils/GraphicUtils.ts(15,25): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(16,25): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(17,25): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(18,25): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(19,22): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(20,22): error TS2095: Could not find symbol 'bool'.
app/utils/GraphicUtils.ts(52,43): error TS2095: Could not find symbol 'getNumberEndIndex'.
app/utils/LoggingUtil.ts(24,74): error TS2095: Could not find symbol 'viewLog'.
app/utils/LoggingUtil.ts(24,100): error TS2095: Could not find symbol 'viewLog'.
app/utils/StringUtil.ts(3,54): error TS2095: Could not find symbol 'bool'.
app/utils/StringUtil.ts(7,87): error TS2095: Could not find symbol 'bool'.
app/utils/WebStorageUtil.ts(6,51): error TS2095: Could not find symbol 'bool'.
app/utils/WebStorageUtil.ts(7,25): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(5,19): error TS2173: Generic type references must include all type arguments.
app/models/Product.ts(14,18): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(160,38): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(318,24): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(322,24): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(349,23): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(353,24): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(357,23): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(361,25): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(365,25): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(371,23): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(375,25): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(379,29): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(383,21): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(387,24): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(392,28): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(397,38): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(402,27): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(406,33): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(410,40): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(414,38): error TS2095: Could not find symbol 'bool'.
app/models/Product.ts(418,19): error TS2095: Could not find symbol 'bool'.
app/models/Manifest.ts(12,22): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(10,21): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(21,36): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(22,26): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(23,34): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(24,24): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(25,16): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(328,35): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(429,28): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(556,36): error TS2095: Could not find symbol 'bool'.
app/models/Layout.ts(700,25): error TS2095: Could not find symbol 'bool'.
app/models/FontSet.ts(6,15): error TS2173: Generic type references must include all type arguments.
app/models/FontSet.ts(15,32): error TS2095: Could not find symbol 'bool'.
app/models/Font.ts(13,18): error TS2095: Could not find symbol 'bool'.
app/models/FontVariant.ts(11,25): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(119,29): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(123,22): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(312,93): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(336,29): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(353,27): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(357,31): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(372,30): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(399,30): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(416,25): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(420,28): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(437,29): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(494,24): error TS2095: Could not find symbol 'bool'.
app/models/ProductOptions.ts(499,27): error TS2095: Could not find symbol 'bool'.
app/models/ImageLibrary.ts(115,30): error TS2095: Could not find symbol 'bool'.
app/models/ImageLibrary.ts(119,35): error TS2095: Could not find symbol 'bool'.
app/models/ImageLibrary.ts(123,28): error TS2095: Could not find symbol 'bool'.
app/models/ImageLibrary.ts(127,26): error TS2095: Could not find symbol 'bool'.
app/models/ImageAsset.ts(7,24): error TS2095: Could not find symbol 'bool'.
app/models/ImageAsset.ts(8,20): error TS2095: Could not find symbol 'bool'.
app/models/ImageAsset.ts(14,16): error TS2095: Could not find symbol 'bool'.
app/models/ImageAsset.ts(136,31): error TS2095: Could not find symbol 'bool'.
app/models/ImageAsset.ts(157,27): error TS2095: Could not find symbol 'bool'.
app/models/PeepFamily.ts(188,21): error TS2134: Subsequent variable declarations must have the same type. Variable 'editor' must be of type 'any', but here has type 'bbox.editors.PeepEdit'.
app/models/PeepFamily.ts(266,33): error TS2095: Could not find symbol 'bool'.
app/models/SaveData.ts(6,26): error TS2095: Could not find symbol 'bool'.
app/models/DomWorkflowHint.ts(4,27): error TS2095: Could not find symbol 'bool'.
app/models/DomWorkflowHint.ts(10,25): error TS2095: Could not find symbol 'bool'.
app/models/DomWorkflowHint.ts(12,101): error TS2155: 'this' cannot be referenced in constructor arguments.
app/models/DomWorkflowHint.ts(16,29): error TS2095: Could not find symbol 'bool'.
app/models/DomWorkflowHint.ts(34,42): error TS2095: Could not find symbol 'bool'.
app/models/RequiredFieldTip.ts(7,27): error TS2095: Could not find symbol 'bool'.
app/models/RequiredFieldTip.ts(24,41): error TS2095: Could not find symbol 'bool'.
app/models/SavedUserLocation.ts(4,30): error TS2095: Could not find symbol 'bool'.
app/models/SavedUserLocation.ts(6,56): error TS2095: Could not find symbol 'bool'.
app/services/SaveService.ts(12,91): error TS2173: Generic type references must include all type arguments.
app/services/SaveService.ts(13,26): error TS2173: Generic type references must include all type arguments.
app/editors/TextEdit.ts(18,22): error TS2094: The property 'drag' does not exist on value of type 'JQuery'.
app/editors/TextEdit.ts(43,18): error TS2094: The property 'events' does not exist on value of type 'TextEdit'.
app/editors/TextEdit.ts(475,38): error TS2095: Could not find symbol 'bool'.
app/editors/TextEdit.ts(475,51): error TS2095: Could not find symbol 'bool'.
app/editors/TextEdit.ts(482,29): error TS2095: Could not find symbol 'bool'.
app/editors/TextEdit.ts(630,29): error TS2095: Could not find symbol 'bool'.
app/editors/ImageEdit.ts(25,22): error TS2094: The property 'drag' does not exist on value of type 'JQuery'.
app/editors/ImageEdit.ts(50,22): error TS2094: The property 'events' does not exist on value of type 'ImageEdit'.
app/editors/ImageEdit.ts(83,22): error TS2094: The property 'events' does not exist on value of type 'ImageEdit'.
app/editors/ImageEdit.ts(112,21): error TS2000: Duplicate identifier ''mouseover #ie_FlipHorizontalBtn''. Additional locations:
[exec] /Users/ted/Desktop/big-box-js/branches/features/ts1_port/build/app/editors/ImageEdit.ts(109,21)
app/editors/ContainerEdit.ts(18,22): error TS2094: The property 'drag' does not exist on value of type 'JQuery'.
app/editors/ContainerEdit.ts(43,22): error TS2094: The property 'events' does not exist on value of type 'ContainerEdit'.
app/editors/ContainerEdit.ts(56,22): error TS2094: The property 'events' does not exist on value of type 'ContainerEdit'.
app/editors/ContainerEdit.ts(343,37): error TS2095: Could not find symbol 'bool'.
app/editors/PeepEdit.ts(33,16): error TS2095: Could not find symbol 'bool'.
app/editors/PeepEdit.ts(42,17): error TS2095: Could not find symbol 'bool'.
app/editors/PeepEdit.ts(43,16): error TS2095: Could not find symbol 'bool'.
app/editors/PeepEdit.ts(301,26): error TS2095: Could not find symbol 'bool'.
app/editors/PeepEdit.ts(355,38): error TS2095: Could not find symbol 'bool'.
app/editors/PeepAttributeEdit.ts(23,18): error TS2094: The property 'events' does not exist on value of type 'PeepAttributeEdit'.
app/actions/ActionBase.ts(9,17): error TS2095: Could not find symbol 'bool'.
app/actions/ActionBase.ts(26,33): error TS2095: Could not find symbol 'bool'.
app/actions/ActionBase.ts(91,17): error TS2134: Subsequent variable declarations must have the same type. Variable 'myControl' must be of type 'any', but here has type 'bbox.controls.BaseControl'.
app/actions/ContainerMoveAction.ts(60,34): error TS2095: Could not find symbol 'bool'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment