protobuf-jsx:从jsx创建静态生成的消息对象

时间:2024-05-20 20:45:00
【文件属性】:

文件名称:protobuf-jsx:从jsx创建静态生成的消息对象

文件大小:79KB

文件格式:ZIP

更新时间:2024-05-20 20:45:00

JavaScript

protobuf-jsx 从jsx创建静态生成的消息对象 为什么 当我们使用静态生成的javascript代码时,由于缺少fromObject方法(如toObject的反向toObject ),我们不能简单地从普通对象创建Message对象。 在查看更多 在正式支持fromObject方法之前,我们可以使用protobuf-jsx作为友好的解决方法。 安装 npm i -S protobuf-jsx 用法 启用jsx在tsconfig.json { " compilerOptions " : { " jsx " : " react " , " jsxFactory " : " Protobuf.createMessage " } } 如果您不使用TypeScript,请查看如何为您的工具链注册jsx工厂。 在您的javascript文件中编写jsx 。


【文件预览】:
protobuf-jsx-master
----.eslintrc.yml(853B)
----.gitignore(35B)
----package.json(2KB)
----commitlint.config.js(67B)
----package-lock.json(253KB)
----src()
--------index.ts(1KB)
----jest.config.js(6KB)
----CHANGELOG.md(528B)
----tsconfig.json(591B)
----__tests__()
--------jsx.test.tsx(763B)
--------fixtures()
----README.md(1KB)
----.eslintignore(10B)
----tsconfig.test.json(235B)
----.prettierrc(52B)

网友评论