Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: package.json

Issue 29333474: Issue 4125 - [emscripten] Convert filter classes to C++ (Closed)
Patch Set: Properly determine ref_counted offset instead of assuming that it is zero Created March 14, 2017, 10:18 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "adblockpluscore", 2 "name": "adblockpluscore",
3 "license": "GPL-3.0", 3 "license": "GPL-3.0",
4 "dependencies": {}, 4 "dependencies": {},
5 "devDependencies": { 5 "devDependencies": {
6 "node-babel": "0.1.2", 6 "sandboxed-module": "2.0.3",
7 "nodeunit": "0.9.1" 7 "nodeunit": "0.9.1"
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "test": "NODE_PATH=lib node --harmony test_wrapper.js" 10 "test": "node test_runner.js"
11 } 11 }
12 } 12 }
OLDNEW
« compiled/intrusive_ptr.h ('K') | « lib/subscriptionClasses.js ('k') | test/_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld