We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5555e commit a57eafcCopy full SHA for a57eafc
Examples/PlayBridgeJS/Sources/JavaScript/app.js
@@ -48,10 +48,10 @@ export class BridgeJSPlayground {
48
// Import the BridgeJS module
49
const { init } = await import("../../.build/plugins/PackageToJS/outputs/Package/index.js");
50
const { exports } = await init({
51
- getImports() {
+ getImports: () => {
52
return {
53
createTS2Skeleton: this.createTS2Skeleton
54
- }
+ };
55
}
56
});
57
this.playBridgeJS = new exports.PlayBridgeJS();
0 commit comments