deprecated the old nodejs and typescript binding

This commit is contained in:
lion 2025-10-15 11:36:17 +08:00
parent fbadc7cca0
commit 8c7c83cf7f
8 changed files with 4 additions and 36 deletions

View File

@ -1,17 +0,0 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true
},
parserOptions: {
ecmaVersion: 'latest'
},
extends: [
'standard'
],
globals: {
describe: true,
it: true
}
}

View File

@ -1,5 +0,0 @@
{
"reporter": "spec",
"timeout": 60000,
"exit": true
}

View File

@ -1,5 +0,0 @@
{
"all": true,
"report-dir": "./coverage/",
"reporter": ["text", "html"]
}

View File

@ -1,3 +1,3 @@
# ip2region nodejs 查询客户端实现
请使用最新的 javascript binding[javascript binding](../javascript/)
请使用最新的 IPv6 兼容的 javascript binding[javascript binding](../javascript/)

View File

@ -1 +0,0 @@
* text eol=lf

View File

@ -1,4 +0,0 @@
*.log
.DS_Store
node_modules
dist

View File

@ -1,3 +0,0 @@
# typescript xdb 查询客户端
请使用最新的 javascript binding[javascript binding](../javascript/)

View File

@ -0,0 +1,3 @@
# typescript xdb 查询客户端
请使用最新的 IPv6 兼容的 javascript binding[javascript binding](../javascript/)