Commit 3da2172
committed
PackageToJS: Fix skeleton file discovery path for build plugin output
The SkeletonCollector was looking for BridgeJS.json at the wrong path
for build-time generated files. Since commit 91d2f06, BridgeJSTool
writes skeleton files to `destination/BridgeJS/JavaScript/BridgeJS.json`,
but PackageToJS was searching in `destination/BridgeJS/BridgeJS.json`
(missing the JavaScript/ subdirectory).
This caused projects using dynamic BridgeJS generation via the build
plugin to fail - PackageToJS couldn't find the skeleton files, resulting
in HAS_BRIDGE=false and stub implementations in instantiate.js.1 parent 72ec08d commit 3da2172
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
| 754 | + | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
0 commit comments