1{ 2 "testPath1": { 3 "fileKeepInfo": { 4 "keepSymbol": { 5 "propertyNames": [ 6 "test2" 7 ], 8 "globalNames": [ 9 "test1" 10 ] 11 }, 12 "keepAsConsumer": { 13 "propertyNames": [ 14 "test4" 15 ], 16 "globalNames": [ 17 "test3" 18 ] 19 }, 20 "structProperties": [ 21 "test01", 22 "test5" 23 ], 24 "exported": { 25 "propertyNames": [ 26 "test8" 27 ], 28 "globalNames": [ 29 "test7" 30 ] 31 }, 32 "enumProperties": [ 33 "test02", 34 "test6" 35 ], 36 "stringProperties": [ 37 "test9" 38 ] 39 }, 40 "fileReservedInfo": { 41 "enumProperties": [ 42 "test10" 43 ], 44 "propertyParams": [ 45 "test11" 46 ] 47 } 48 }, 49 "testPath3": { 50 "fileKeepInfo": { 51 "keepSymbol": { 52 "propertyNames": [], 53 "globalNames": [] 54 }, 55 "keepAsConsumer": { 56 "propertyNames": [], 57 "globalNames": [] 58 }, 59 "structProperties": [], 60 "exported": { 61 "propertyNames": [], 62 "globalNames": [ 63 "test33" 64 ] 65 }, 66 "enumProperties": [], 67 "stringProperties": [] 68 }, 69 "fileReservedInfo": { 70 "enumProperties": [], 71 "propertyParams": [] 72 } 73 }, 74 "testPath4": { 75 "fileKeepInfo": { 76 "keepSymbol": { 77 "propertyNames": [ 78 "test2" 79 ], 80 "globalNames": [ 81 "test1", 82 "test32" 83 ] 84 }, 85 "keepAsConsumer": { 86 "propertyNames": [ 87 "test4" 88 ], 89 "globalNames": [ 90 "test3" 91 ] 92 }, 93 "structProperties": [ 94 "test01", 95 "test5" 96 ], 97 "exported": { 98 "propertyNames": [ 99 "test8" 100 ], 101 "globalNames": [ 102 "test7" 103 ] 104 }, 105 "enumProperties": [ 106 "test02", 107 "test6" 108 ], 109 "stringProperties": [ 110 "test9" 111 ] 112 }, 113 "fileReservedInfo": { 114 "enumProperties": [ 115 "test10" 116 ], 117 "propertyParams": [ 118 "test11", 119 "test31" 120 ] 121 } 122 } 123}