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

Unified Diff: lib/subscriptionClassesNew.js

Issue 29384812: Issue 4127 - [emscripten] Convert subscription classes to C++ - Part 1 (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Fixed method names according to convention Created March 16, 2017, 6:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compiled/subscription/UserDefinedSubscription.cpp ('k') | test/subscriptionClasses.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/subscriptionClassesNew.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/subscriptionClassesNew.js
@@ -0,0 +1,8 @@
+"use strict";
+
+let compiled = require("compiled");
+for (let cls of ["Subscription", "SpecialSubscription",
+ "DownloadableSubscription"])
+{
+ exports[cls] = compiled[cls];
+}
« no previous file with comments | « compiled/subscription/UserDefinedSubscription.cpp ('k') | test/subscriptionClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld