@webqit/subscript
Advanced tools
Comparing version 2.1.28 to 2.1.29
@@ -11,3 +11,3 @@ { | ||
"homepage": "https://webqit.io/tooling/subscript", | ||
"version": "2.1.28", | ||
"version": "2.1.29", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -735,3 +735,3 @@ # Reactive Contexts Proposal | ||
// result = sum.thread( [ 'b' ] ); // no effect; "a" isn't an external dependency to sum() | ||
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't an external dependencies to sum() | ||
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't external dependencies to sum() | ||
``` | ||
@@ -750,3 +750,3 @@ | ||
// result = sum.thread( [ 'b' ] ); // no effect; "a" isn't an external dependency to sum() | ||
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't an external dependencies to sum() | ||
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't external dependencies to sum() | ||
` ); | ||
@@ -753,0 +753,0 @@ fn(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2728669