• Home
  • Raw
  • Download

Lines Matching full:be

70       expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM1')).to.be.true;
71 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM2')).to.be.true;
73 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM1')).to.be.true;
74 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM2')).to.be.true;
76 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM1')).to.be.true;
77 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM2')).to.be.true;
79 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM1')).to.be.true;
80 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM2')).to.be.true;
121 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM1')).to.be.true;
122 expect(fileWhiteList1.fileKeepInfo.enumProperties.has('BLOCK_PARAM2')).to.be.true;
124 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM1')).to.be.true;
125 expect(fileWhiteList2.fileKeepInfo.enumProperties.has('ENUM_PARAM2')).to.be.true;
127 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM1')).to.be.true;
128 expect(fileWhiteList3.fileKeepInfo.enumProperties.has('EXPORT_PARAM2')).to.be.true;
129 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('ExportEnum')).to.be.true;
130 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('EXPORT_PARAM1')).to.be.true;
131 expect(fileWhiteList3.fileKeepInfo.exported.propertyNames.has('EXPORT_PARAM2')).to.be.true;
133 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM1')).to.be.true;
134 expect(fileWhiteList4.fileKeepInfo.enumProperties.has('NS_PARAM2')).to.be.true;
167 expect(projectWhiteList.projectKeepInfo.propertyNames.size).to.be.equal(0);
168 expect(projectWhiteList.projectKeepInfo.globalNames.size).to.be.equal(0);
234 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
235 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
236 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
237 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
238 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
239 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
240 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
241 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
242 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
243 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
244 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
245 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
246 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
247 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
248 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
249 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
250 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
251 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
252 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
253 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
254 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
255 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
256 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
257 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
258 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
259 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
260 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
261 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
262 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
323 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
324 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
325 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
326 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
327 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
328 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
329 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
330 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
331 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
332 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
333 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
334 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
335 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
336 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
337 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
338 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
339 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
340 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
341 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
342 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
343 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
344 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
345 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
346 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
347 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
348 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
349 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
350 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
351 expect(fileWhiteList.fileKeepInfo.exported.globalNames.size).to.be.equal(0);
386 expect(fileWhiteList.fileKeepInfo.exported.globalNames.size).to.be.equal(0);
387 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
449 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
450 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
451 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
452 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
453 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
454 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
455 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
456 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
457 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
458 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
459 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
460 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
461 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
462 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
463 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
464 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
465 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
466 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
467 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
468 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
469 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
470 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
471 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
472 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
473 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
474 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
475 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
476 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
477 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.size).to.be.equal(0);
566 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
567 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
568 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
569 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
570 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
571 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
572 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
573 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
574 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
575 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
576 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
577 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
578 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
579 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
580 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
581 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
582 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
583 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
584 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
585 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
586 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
587 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
588 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
589 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
590 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
591 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
592 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
593 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
594 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
595 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
596 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
597 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
598 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
599 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
600 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
601 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
602 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
603 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
604 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
605 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
606 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
607 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
608 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
609 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
610 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
611 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
612 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
613 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
614 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
615 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
616 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
617 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
618 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
619 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
620 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
621 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
710 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.true;
711 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
712 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop2')).to.be.false;
713 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
714 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
715 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var1')).to.be.true;
716 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var2')).to.be.false;
717 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('foo')).to.be.true;
718 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ns')).to.be.false;
719 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('var3')).to.be.true;
720 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunction')).to.be.true;
721 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestInterface')).to.be.true;
722 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature1')).to.be.false;
723 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('feature2')).to.be.false;
724 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.false;
725 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
726 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
727 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
728 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass3')).to.be.false;
729 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportProp1')).to.be.false;
730 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportPropObj')).to.be.false;
731 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('exportInnerProp')).to.be.false;
732 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('v2')).to.be.true;
733 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
734 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('t3')).to.be.true;
735 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement1')).to.be.true;
736 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('outterElement2')).to.be.true;
737 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
738 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.true;
739 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
740 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop2')).to.be.true;
741 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
742 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
743 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var1')).to.be.true;
744 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var2')).to.be.false;
745 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('foo')).to.be.true;
746 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ns')).to.be.false;
747 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('var3')).to.be.true;
748 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunction')).to.be.true;
749 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestInterface')).to.be.true;
750 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature1')).to.be.true;
751 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('feature2')).to.be.true;
752 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.false;
753 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
754 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
755 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.false;
756 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass3')).to.be.false;
757 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportProp1')).to.be.true;
758 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportPropObj')).to.be.true;
759 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('exportInnerProp')).to.be.true;
760 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('v2')).to.be.true;
761 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
762 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('t3')).to.be.true;
763 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement1')).to.be.true;
764 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('outterElement2')).to.be.false;
765 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;
838 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ModuleNs')).to.be.true;
839 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsProp1')).to.be.true;
840 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('nsFunc')).to.be.true;
841 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('ModuleClass')).to.be.true;
842 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('classProp1')).to.be.false;
843 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp')).to.be.false;
844 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp')).to.be.false;
845 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass')).to.be.false;
846 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop4')).to.be.false;
847 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('propObj')).to.be.false;
848 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp1')).to.be.false;
849 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('TestClass2')).to.be.true;
850 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('prop1')).to.be.false;
851 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('objProp1')).to.be.false;
852 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('innerProp2')).to.be.false;
853 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('default')).to.be.true;
854 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('mc')).to.be.true;
855 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('otherElement1')).to.be.true;
856 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('otherElement2')).to.be.true;
857 expect(fileWhiteList.fileKeepInfo.exported.globalNames.has('o2')).to.be.true;
858 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ModuleNs')).to.be.false;
859 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsProp1')).to.be.true;
860 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('nsFunc')).to.be.true;
861 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('ModuleClass')).to.be.false;
862 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('classProp1')).to.be.true;
863 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp')).to.be.true;
864 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp')).to.be.true;
865 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass')).to.be.false;
866 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop4')).to.be.false;
867 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('propObj')).to.be.false;
868 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp1')).to.be.false;
869 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('TestClass2')).to.be.true;
870 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('prop1')).to.be.true;
871 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('objProp1')).to.be.true;
872 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('innerProp2')).to.be.true;
873 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('default')).to.be.true;
874 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('mc')).to.be.true;
875 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('otherElement1')).to.be.true;
876 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('otherElement2')).to.be.false;
877 expect(fileWhiteList.fileKeepInfo.exported.propertyNames.has('o2')).to.be.true;