Skip to content

Commit 2619cb5

Browse files
Revert "Add missing protocols on generated"
This reverts commit 623cda0.
1 parent 623cda0 commit 2619cb5

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,5 @@
6363
]
6464
}
6565
],
66-
"moduleName" : "Benchmarks",
67-
"protocols" : [
68-
69-
]
66+
"moduleName" : "Benchmarks"
7067
}

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@
4444
]
4545
}
4646
],
47-
"moduleName" : "PlayBridgeJS",
48-
"protocols" : [
49-
50-
]
47+
"moduleName" : "PlayBridgeJS"
5148
}

Tests/BridgeJSRuntimeTests/Generated/JavaScript/BridgeJS.ImportTS.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,5 @@
229229
]
230230
}
231231
],
232-
"moduleName" : "BridgeJSRuntimeTests",
233-
"protocols" : [
234-
235-
]
232+
"moduleName" : "BridgeJSRuntimeTests"
236233
}

0 commit comments

Comments
 (0)