This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a change to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


    from b68ec85  Merge pull request #318 from hufeng/dubbo3
     new 9679f83  feat: add eslint
     new 7111a20  feat: proto common function add
     new 7bf35c7  feat: 添加encode和decode方法
     new ab88b32  feat: 添加loadProto
     new 63178fc  feat: 添加单元测试
     new 1efd52c  fix: code review fix
     new a9ddaf7  fix: fix windows vitest path error
     new bd74b19  fix: fix window glob error
     new 222afa8  修复replaceAll兼容性问题
     new 1abd8a8  Merge pull request #323 from songjiachao/dev

The 671 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .eslintrc.js                                       |  21 +
 package.json                                       |  11 +-
 packages/dubbo-serialization/package.json          |   8 +-
 .../src/__tests__/index.test.ts                    |  42 +-
 .../src/__tests__/proto/sub/sub.proto              |   6 +
 .../src/__tests__/proto/test.proto                 |   6 +
 packages/dubbo-serialization/src/index.ts          |   4 +-
 packages/dubbo-serialization/src/proto.ts          |  56 ++
 packages/dubbo-serialization/vitest.config.ts      |   6 +-
 pnpm-lock.yaml                                     | 999 ++++++++++++++++++++-
 tsconfig.base.json                                 |   5 +-
 11 files changed, 1129 insertions(+), 35 deletions(-)
 create mode 100644 .eslintrc.js
 create mode 100644 
packages/dubbo-serialization/src/__tests__/proto/sub/sub.proto
 create mode 100644 packages/dubbo-serialization/src/__tests__/proto/test.proto
 create mode 100644 packages/dubbo-serialization/src/proto.ts

Reply via email to