Skip to content

Commit 085b9b5

Browse files
committed
Update projects to latest typescript and friends
1 parent 095b366 commit 085b9b5

File tree

14 files changed

+6932
-5546
lines changed

14 files changed

+6932
-5546
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ logs
33
*.log
44
npm-debug.log*
55
.idea
6+
.vscode
67

78
# Runtime data
89
pids

barebones-example/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
var spec = require("elasticsearch-client-specification");
1+
const spec = require("elasticsearch-client-specification");
22

3-
var specification = new spec.Specification();
3+
let specification = new spec.Specification();
44
console.log("The specification contains " + specification.endpoints.length + " endpoints yielding " + specification.types.length + " types");
55

66
specification = spec.Specification.load();

0 commit comments

Comments
 (0)