Skip to content

Commit 79a9c1b

Browse files
Merge pull request #418 from PassiveLogic/feat/enum-support
2 parents 9417f0e + 5935315 commit 79a9c1b

38 files changed

+6281
-153
lines changed

Benchmarks/Sources/Generated/JavaScript/BridgeJS.ExportSwift.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"classes" : [
33

4+
],
5+
"enums" : [
6+
47
],
58
"functions" : [
69
{

Examples/PlayBridgeJS/Sources/PlayBridgeJS/Generated/JavaScript/BridgeJS.ExportSwift.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
}
4747
}
4848
],
49-
"name" : "PlayBridgeJS"
49+
"name" : "PlayBridgeJS",
50+
"swiftCallName" : "PlayBridgeJS"
5051
},
5152
{
5253
"methods" : [
@@ -115,8 +116,12 @@
115116
}
116117
}
117118
],
118-
"name" : "PlayBridgeJSOutput"
119+
"name" : "PlayBridgeJSOutput",
120+
"swiftCallName" : "PlayBridgeJSOutput"
119121
}
122+
],
123+
"enums" : [
124+
120125
],
121126
"functions" : [
122127

0 commit comments

Comments
 (0)