diff --git a/napi_generator/meetings/2023-11-07-meeting.md b/napi_generator/meetings/2023-11-07-meeting.md new file mode 100644 index 0000000000000000000000000000000000000000..d7900c8898749029ffb3b66f34cbe3d98c066a66 --- /dev/null +++ b/napi_generator/meetings/2023-11-07-meeting.md @@ -0,0 +1,41 @@ +## Agenda + +- OH 辅助工具 SIG例会 + + | 时间 | 议题 | 发言人 | + | :---------: | ------------------------------------------------------ | -------------------- | + | 16:00-16:50 | 议题一、napi_generator工具适配当前demo需求的疑问与进展 | 刘鑫,赵军霞,苟晶晶 | + +## Attendees + +- [@zhaojunxia2020](https://gitee.com/zhaojunxia2020) +- [@gou-jingjing](https://gitee.com/gou-jingjing) +- [xliu-huanwei](https://gitee.com/xliu-huanwei) + +## Notes + +- 会议内容: + + 1.澄清napi工具当前需求开发疑问和进展: + + 疑问: + + 1.1 如何判断所给demo的.d.ts文件中方法是注册回调方法或是普通方法; + + 1.2 当方法参数是一个注册回调集对象时,支持回调class。 + + 进展: + + 1.1 当前工具使用register/unRegister关键字做判断,若方法名中有register/unRegister,则认为该方法是注册回调方法; + + 1.2 当方法参数是是一个注册回调集对象时,将回调集中的方法改写为使用register/unRegister关键字且参数是箭头函数的方法进 行注册,后续需做修改。 + + 2.演示使用工具将所给的demo生成napi框架代码并调用成功业务代码 + + ## Action items + + 1、当方法参数是一个注册回调集对象时,支持回调class -- 赵军霞、苟晶晶 + + 2、确认wrap/Unwrap在napi工具中的支持情况 -- 赵军霞、苟晶晶 + + 3、联调demo并输出demo测试与使用文档 --苟晶晶 \ No newline at end of file