Skip to content

Commit ca82175

Browse files
committed
CASSNODEJS-8: First TypeScript PR: Massive rename
patch by Jane He; reviewed by Jorge Bay
1 parent d2dc86f commit ca82175

234 files changed

Lines changed: 249 additions & 477 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.d.ts

Lines changed: 0 additions & 420 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'use strict';
1919
const util = require('util');
2020

21-
const provider = require('./provider.js');
21+
const provider = require('./provider');
2222
const utils = require('../utils');
2323
const AuthProvider = provider.AuthProvider;
2424
const Authenticator = provider.Authenticator;

0 commit comments

Comments
 (0)