apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
767 stars 160 forks source link

bugfix dubboSetting #106

Closed sunchuanleihit closed 5 years ago

sunchuanleihit commented 5 years ago

现在的dubboSetting无法满足string > string[] > fn > regexp 的匹配规则,只能按定义的先后顺序来匹配

hufeng commented 5 years ago

@sunchuanleihit 😃,好的,我来review下

hufeng commented 5 years ago

string 和 string[] 可以合并在一起,

string[] > fn > regexp

sunchuanleihit commented 5 years ago

string 和 string[] 可以合并在一起,

string[] > fn > regexp

是的,我改下

hufeng commented 5 years ago

@ralf0131 please help us review and merge this pull request