Lines Matching full:to
9 * Unless required by applicable law or agreed to in writing, software
75 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM1')).to.be.true;
76 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM2')).to.be.true;
78 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM1')).to.be.true;
79 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM2')).to.be.true;
81 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM1')).to.be.true;
82 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM2')).to.be.true;
84 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM1')).to.be.true;
85 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM2')).to.be.true;
126 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM1')).to.be.true;
127 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM2')).to.be.true;
129 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM1')).to.be.true;
130 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM2')).to.be.true;
132 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM1')).to.be.true;
133 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM2')).to.be.true;
134 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('ExportEnum')).to.be.true;
135 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('EXPORT_PARAM1')).to.be.true;
136 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('EXPORT_PARAM2')).to.be.true;
138 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM1')).to.be.true;
139 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM2')).to.be.true;
172 expect(projectWhiteList.projectKeepInfo.propertyNames.size).to.be.equal(0);
173 expect(projectWhiteList.projectKeepInfo.globalNames.size).to.be.equal(0);
239 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
240 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
241 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
242 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
243 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
244 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
245 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
246 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
247 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
248 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
249 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
250 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
251 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
252 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
253 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
254 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
255 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
256 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
257 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
258 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
259 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
260 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
261 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
262 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
263 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
264 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
265 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
266 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
267 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
328 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
329 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
330 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
331 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
332 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
333 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
334 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
335 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
336 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
337 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
338 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
339 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
340 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
341 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
342 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
343 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
344 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
345 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
346 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
347 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
348 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
349 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
350 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
351 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
352 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
353 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
354 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
355 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
356 expect(fileWhiteList.fileKeepInfo.exported.globalNames.size).to.be.equal(0);
391 expect(fileWhiteList.fileKeepInfo.exported.globalNames.size).to.be.equal(0);
392 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
454 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
455 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
456 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
457 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
458 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
459 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
460 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
461 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
462 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
463 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
464 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
465 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
466 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
467 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
468 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
469 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
470 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
471 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
472 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
473 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
474 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
475 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
476 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
477 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
478 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
479 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
480 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
481 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
482 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
571 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
572 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
573 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
574 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
575 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
576 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
577 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
578 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
579 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
580 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
581 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
582 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
583 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
584 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
585 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
586 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
587 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
588 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
589 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
590 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
591 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
592 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
593 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
594 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
595 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
596 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
597 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
598 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
599 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
600 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
601 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
602 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
603 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
604 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
605 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
606 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
607 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
608 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
609 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
610 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
611 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
612 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
613 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
614 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
615 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
616 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
617 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
618 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
619 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
620 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
621 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
622 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
623 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
624 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
625 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
626 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
715 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
716 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
717 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
718 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
719 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
720 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
721 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
722 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
723 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
724 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
725 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
726 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
727 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
728 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
729 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
730 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
731 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
732 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
733 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
734 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
735 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
736 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
737 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
738 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
739 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
740 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
741 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
742 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
743 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
744 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
745 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
746 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
747 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
748 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
749 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
750 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
751 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
752 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
753 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
754 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
755 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
756 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
757 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
758 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
759 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
760 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
761 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
762 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
763 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
764 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
765 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
766 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
767 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
768 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
769 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
770 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
843 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ModuleNs')).to.be.true;
844 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsProp1')).to.be.true;
845 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunc')).to.be.true;
846 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ModuleClass')).to.be.true;
847 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('classProp1')).to.be.false;
848 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
849 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
850 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.false;
851 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
852 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
853 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp1')).to.be.false;
854 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.true;
855 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
856 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp1')).to.be.false;
857 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
858 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
859 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('mc')).to.be.true;
860 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('otherElement1')).to.be.true;
861 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('otherElement2')).to.be.true;
862 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
863 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ModuleNs')).to.be.false;
864 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsProp1')).to.be.true;
865 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunc')).to.be.true;
866 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ModuleClass')).to.be.false;
867 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('classProp1')).to.be.true;
868 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
869 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.true;
870 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.false;
871 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
872 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
873 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp1')).to.be.false;
874 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.true;
875 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
876 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp1')).to.be.true;
877 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
878 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
879 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('mc')).to.be.true;
880 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('otherElement1')).to.be.true;
881 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('otherElement2')).to.be.false;
882 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
914 expect(decoratorKeys.length).to.be.greaterThan(0);
923 expect(scanProjectConfig.scanDecorator).to.be.false;
929 expect(scanProjectConfig.scanDecorator).to.be.false;
935 expect(scanProjectConfig.scanDecorator).to.be.true;