This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-nodejs.git.
from 2a77e4f Merge pull request #6 from ShannonDing/notice
add e14e4e5 chore(license): add apache license to source code
new c54f93b Merge pull request #7 from XadillaX/headers
The 1 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 | 5 -----
.eslintrc.js | 23 +++++++++++++++++++++++
.gitignore | 18 ++++++++++++++----
binding.gyp | 15 +++++++++++++++
example/common.js | 16 ++++++++++++++++
example/producer.js | 16 ++++++++++++++++
example/push_consumer.js | 16 ++++++++++++++++
index.js | 16 ++++++++++++++++
lib/common.js | 16 ++++++++++++++++
lib/env_init.js | 16 ++++++++++++++++
lib/producer.js | 16 ++++++++++++++++
lib/push_consumer.js | 16 ++++++++++++++++
script/download_lib.js | 16 ++++++++++++++++
script/get_linux_distro_route.js | 16 ++++++++++++++++
src/consumer_ack.cpp | 18 +++++++++++++++++-
src/consumer_ack.h | 18 +++++++++++++++++-
src/consumer_ack_inner.cpp | 16 ++++++++++++++++
src/consumer_ack_inner.h | 18 +++++++++++++++++-
src/producer.cpp | 16 ++++++++++++++++
src/producer.h | 16 ++++++++++++++++
src/push_consumer.cpp | 16 ++++++++++++++++
src/push_consumer.h | 16 ++++++++++++++++
src/rocketmq.cpp | 16 ++++++++++++++++
src/workers/producer/send_message.h | 16 ++++++++++++++++
src/workers/producer/start_or_shutdown.h | 16 ++++++++++++++++
src/workers/push_consumer/start_or_shutdown.h | 16 ++++++++++++++++
26 files changed, 407 insertions(+), 12 deletions(-)
delete mode 100644 .eslintrc
create mode 100644 .eslintrc.js