Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom parsing logic (pass worklet as
parser
prop) #439base: main
Are you sure you want to change the base?
Support custom parsing logic (pass worklet as
parser
prop) #439Changes from 138 commits
6cbb4a9
bb5506d
5d97778
45bbd66
12e2798
258d9b2
5a749ff
03de712
0cdc5c3
efe3ea6
368255a
f83febc
245037a
bc7b202
8f8d948
1b19df4
9d6ef85
e1ee2f5
91e6ec2
e78dc39
1f63094
1ad5f03
4888f58
28ca8b0
c1cad07
43b3f2e
1d78410
f1c5462
b711a9e
9bd96ab
16cd0f3
9432d87
48d63c8
4bdbbce
23caaf8
a72e5cb
7d99cfc
e8eb357
7124567
4b6cd16
e91dfd0
9350262
581f4f8
138289a
5679b2a
3e057de
f0f62fe
bb1d1de
8f03306
4f9ab6a
04b34e0
e02e2e6
afb1621
9806762
f9e147f
1446097
00ad148
e5323f3
97c9501
d14215f
8860469
f9e3590
3ce2c15
72d3b4d
7cd62c1
e0c1d61
605ca14
16f4ac4
33d6578
1e394b3
aeceb98
93364b5
eb0b35c
b7dfec1
64c6b85
cef26a8
bc16685
2b5c5a9
aef7d7a
9ec6d3e
adb95de
396c09e
dd3a815
cc36c00
221fa36
eed5984
41ef20e
74baa10
4b3e504
bd6ae31
f5a5452
4dbd18a
c45fbca
fbdbcec
2342eef
589478c
a521066
a74ed4d
eb20acb
b744c05
5aeb9dc
a9d9685
4e9b157
cc8889f
781843a
14064d3
769e7a3
41af79a
99d9418
688fc8d
9d49fb1
bc5c08a
aa46028
ce9a681
f731a33
2ec375b
1534f46
bd8034d
ede3d9e
64d7728
6c3280f
cf2c96d
b71b5f0
cea8507
0fd1dc2
3a5f413
796e162
5490735
3662ba0
2ff85a3
2729fe6
75b914e
e28662c
4737f76
2d28192
a913bd0
ccda7ac
9612826
44a3fc6
29fef38
0d08556
c4df160
fb1173b
51eecd5
c506d7b
090ec8c
f96d37c
5e630d6
8cd222e
c82c6fc
676f762
680c4b9
a13b307
25a6bba
0d72eb0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any chance to somehow indicate here that this method is
synchronized
and mutex isn't necessary here?