deprecated the old nodejs and typescript binding
This commit is contained in:
parent
fbadc7cca0
commit
8c7c83cf7f
|
|
@ -1,17 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
env: {
|
|
||||||
browser: true,
|
|
||||||
commonjs: true,
|
|
||||||
es2021: true
|
|
||||||
},
|
|
||||||
parserOptions: {
|
|
||||||
ecmaVersion: 'latest'
|
|
||||||
},
|
|
||||||
extends: [
|
|
||||||
'standard'
|
|
||||||
],
|
|
||||||
globals: {
|
|
||||||
describe: true,
|
|
||||||
it: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"reporter": "spec",
|
|
||||||
"timeout": 60000,
|
|
||||||
"exit": true
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"all": true,
|
|
||||||
"report-dir": "./coverage/",
|
|
||||||
"reporter": ["text", "html"]
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# ip2region nodejs 查询客户端实现
|
# ip2region nodejs 查询客户端实现
|
||||||
|
|
||||||
请使用最新的 javascript binding:[javascript binding](../javascript/)
|
请使用最新的 IPv6 兼容的 javascript binding:[javascript binding](../javascript/)
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
* text eol=lf
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
*.log
|
|
||||||
.DS_Store
|
|
||||||
node_modules
|
|
||||||
dist
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# typescript xdb 查询客户端
|
|
||||||
|
|
||||||
请使用最新的 javascript binding:[javascript binding](../javascript/)
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
# typescript xdb 查询客户端
|
||||||
|
|
||||||
|
请使用最新的 IPv6 兼容的 javascript binding:[javascript binding](../javascript/)
|
||||||
Loading…
Reference in New Issue