Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: tsd.json

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Use ES6 Map and Set instead of Object literals to avoid ordering instability across different Node … Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tsconfig.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "version": "v4", 2 "version": "v4",
3 "repo": "borisyankov/DefinitelyTyped", 3 "repo": "borisyankov/DefinitelyTyped",
4 "ref": "master", 4 "ref": "master",
5 "path": "typings", 5 "path": "typings",
6 "bundle": "typings/tsd.d.ts", 6 "bundle": "typings/tsd.d.ts",
7 "installed": { 7 "installed": {
8 "mocha/mocha.d.ts": { 8 "mocha/mocha.d.ts": {
9 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874" 9 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874"
10 }, 10 },
11 "chai/chai.d.ts": { 11 "chai/chai.d.ts": {
12 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874" 12 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874"
13 }, 13 },
14 "node/node.d.ts": { 14 "node/node.d.ts": {
15 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874" 15 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874"
16 }, 16 },
17 "source-map-support/source-map-support.d.ts": { 17 "source-map-support/source-map-support.d.ts": {
18 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874" 18 "commit": "69bdfb0884020e41f17a1dd80ad4c77de2636874"
19 }, 19 },
20 "source-map/source-map.d.ts": { 20 "source-map/source-map.d.ts": {
21 "commit": "2520bce9a8a71b66e67487cbd5b33fec880b0c55" 21 "commit": "2520bce9a8a71b66e67487cbd5b33fec880b0c55"
22 }, 22 },
23 "fs-extra/fs-extra.d.ts": { 23 "fs-extra/fs-extra.d.ts": {
24 "commit": "d5f92f93bdb49f332fa662ff1d0cc8700f02e4dc" 24 "commit": "d5f92f93bdb49f332fa662ff1d0cc8700f02e4dc"
25 }, 25 },
26 "minimist/minimist.d.ts": { 26 "minimist/minimist.d.ts": {
27 "commit": "8b7cc13f6dbabd0a49de7ccba75c342160e600ad" 27 "commit": "8b7cc13f6dbabd0a49de7ccba75c342160e600ad"
28 },
29 "es6-promise/es6-promise.d.ts": {
30 "commit": "bcd5761826eb567876c197ccc6a87c4d05731054"
31 } 28 }
32 } 29 }
33 } 30 }
OLDNEW
« no previous file with comments | « tsconfig.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698