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

Side by Side Diff: package.json

Issue 2434903002: Fix crash generating facades for loasd. Fix bug in how we handle TypePredicates. Add test for TypeP… (Closed)
Patch Set: Fix crash generating facades for loasd. Fix bug in how we handle TypePredicates. Add test for TypeP… 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 | « lib/merge.ts ('k') | test/function_test.ts » ('j') | 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 "name": "dart_js_facade_gen", 2 "name": "dart_js_facade_gen",
3 "version": "0.0.5", 3 "version": "0.0.6",
4 "description": "Generate Dart package:js JS Interop faces for arbitrary TypeSc ript libraries.", 4 "description": "Generate Dart package:js JS Interop faces for arbitrary TypeSc ript libraries.",
5 "dependencies": { 5 "dependencies": {
6 "dart-style": "^0.2.7", 6 "dart-style": "^0.2.7",
7 "minimist": "^1.1.1", 7 "minimist": "^1.1.1",
8 "source-map": "^0.4.2", 8 "source-map": "^0.4.2",
9 "source-map-support": "^0.3.1", 9 "source-map-support": "^0.3.1",
10 "typescript": "v1.9.0-dev.20160409" 10 "typescript": "v1.9.0-dev.20160409"
11 }, 11 },
12 "devDependencies": { 12 "devDependencies": {
13 "chai": "^2.1.1", 13 "chai": "^2.1.1",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ], 46 ],
47 "contributors": [ 47 "contributors": [
48 "Dart Team <mailto:misc@dartlang.org> (https://www.dartlang.org/)" 48 "Dart Team <mailto:misc@dartlang.org> (https://www.dartlang.org/)"
49 ], 49 ],
50 "license": "Apache-2.0", 50 "license": "Apache-2.0",
51 "bugs": { 51 "bugs": {
52 "url": "https://github.com/dart-lang/js_facade_gen/issues" 52 "url": "https://github.com/dart-lang/js_facade_gen/issues"
53 }, 53 },
54 "homepage": "https://github.com/dart-lang/js_facade_gen" 54 "homepage": "https://github.com/dart-lang/js_facade_gen"
55 } 55 }
OLDNEW
« no previous file with comments | « lib/merge.ts ('k') | test/function_test.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698