-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate TypeScript typings from Stone specification for NPM distribu…
…tion Future publications of the dropbox NPM module will now include TypeScript typings generated using the new TypeScript stone generator. Typings contain TSDoc annotations for better IDE integration.
- Loading branch information
John Vilk
committed
Jan 22, 2017
1 parent
0980d7e
commit 51a3363
Showing
15 changed files
with
9,743 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule stone
updated
59 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/// <reference path="./dropbox.d.ts" /> | ||
export = DropboxTypes.Dropbox; | ||
export as namespace Dropbox; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/// <reference path="./dropbox_team.d.ts" /> | ||
export = DropboxTypes.DropboxTeam; | ||
export as namespace DropboxTeam; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/// <reference path="./dropbox.d.ts" /> | ||
export = DropboxTypes.Dropbox; |
Oops, something went wrong.