Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 9958191

Browse files
committed
Add iOS native extenders to mangle exclude list.
1 parent 0ad2ffa commit 9958191

File tree

1 file changed

+56
-11
lines changed

1 file changed

+56
-11
lines changed

Diff for: index.js

+56-11
Original file line numberDiff line numberDiff line change
@@ -156,22 +156,67 @@ exports.uglifyMangleExcludes = [
156156
"View",
157157

158158
//Android native class extenders
159-
"TapAndDoubleTapGestureListener",
160-
"SwipeGestureListener",
161-
"PinchGestureListener",
162-
"SwipeGestureListener",
163-
"CustomTypefaceSpan",
164159
"BroadcastReceiver",
165-
"LruBitmapCache",
160+
"CustomTypefaceSpan",
166161
"DialogFragmentClassInner",
167-
"SegmentedBarColorDrawable",
162+
"FragmentClass",
163+
"ListViewAdapter",
164+
"LruBitmapCache",
165+
"NativeScriptActivity",
168166
"OurTabHost",
169-
"PagerAdapterClassInner",
170167
"PageChangedListener",
171-
"ListViewAdapter",
168+
"PagerAdapterClassInner",
169+
"PinchGestureListener",
170+
"SegmentedBarColorDrawable",
171+
"SwipeGestureListener",
172+
"SwipeGestureListener",
173+
"TapAndDoubleTapGestureListener",
172174
"WebViewClientClassInner",
173-
"NativeScriptActivity",
174-
"FragmentClass",
175+
176+
//iOS native class extenders
177+
"AnimatedTransitioning",
178+
"AnimationDelegateImpl",
179+
"DataSource",
180+
"FrameHandlerImpl",
181+
"ListPickerDataSource",
182+
"ListPickerDelegateImpl",
183+
"ListViewCell",
184+
"LocationListenerImpl",
185+
"NSURLSessionTaskDelegateImpl",
186+
"NotificationObserver",
187+
"ObserverClass",
188+
"Responder",
189+
"SelectionHandlerImpl",
190+
"SliderChangeHandlerImpl",
191+
"SwitchChangeHandlerImpl",
192+
"TapBarItemHandlerImpl",
193+
"TapHandlerImpl",
194+
"TimerTargetImpl",
195+
"TouchGestureRecognizer",
196+
"TransitionDelegate",
197+
"UIActionSheetDelegateImpl",
198+
"UIAlertViewDelegateImpl",
199+
"UIDatePickerChangeHandlerImpl",
200+
"UIDocumentInteractionControllerDelegateImpl",
201+
"UIGestureRecognizerDelegateImpl",
202+
"UIGestureRecognizerImpl",
203+
"UIImagePickerControllerDelegateImpl",
204+
"UINavigationControllerAnimatedDelegate",
205+
"UINavigationControllerDelegateImpl",
206+
"UINavigationControllerImpl",
207+
"UIScrollViewDelegateImpl",
208+
"UISearchBarDelegateImpl",
209+
"UITabBarControllerDelegateImpl",
210+
"UITabBarControllerImpl",
211+
"UITableViewDelegateImpl",
212+
"UITableViewRowHeightDelegateImpl",
213+
"UITextFieldDelegateImpl",
214+
"UITextFieldImpl",
215+
"UITextViewDelegateImpl",
216+
"UITimePickerChangeHandlerImpl",
217+
"UIViewControllerImpl",
218+
"UIWebViewDelegateImpl",
219+
"Window",
175220
];
176221

177222
function getPackageJsonEntry() {

0 commit comments

Comments
 (0)