@webqit/subscript
Advanced tools
Comparing version 2.1.8 to 2.1.9
@@ -11,3 +11,3 @@ { | ||
"homepage": "https://webqit.io/tooling/subscript", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -632,3 +632,3 @@ # Subscript Function Proposal | ||
This example uses it's `render()` method to open a reactive context. | ||
This custom element has it's `render()` method as a Subscript Function. | ||
@@ -676,6 +676,6 @@ ```js | ||
+ Enable reactivity directly *at the program flow level* - with commands, operators, control flow and other language constructs literally compiling as “contracts”, as against the alternative of painstakingly remodeling same in functional programming or other syntaxes. | ||
+ Keep the business of change detection *out of scope* (that is, don't be concerned with how changes are observed); simply accept change events from the outer scope. | ||
+ Implement Subscript Function as an extension of standard JavaScript functions, such that either can be used interchangeably, or where necessary, code can be easily ported between function types. | ||
+ Stay conservative with syntax! By no means adopt imitation syntaxes for the same language constructs and operators! | ||
1. Enable reactivity directly *at the program flow level* - with commands, operators, control flow and other language constructs literally compiling as “contracts”, as against the alternative of painstakingly remodeling same in functional programming or other syntaxes. | ||
2. Keep the business of change detection *out of scope* (that is, don't be concerned with how changes are observed); simply accept change events from the outer scope. | ||
3. Implement Subscript Function as an extension of standard JavaScript functions, such that either can be used interchangeably, or where necessary, code can be easily ported between function types. | ||
4. Stay conservative with syntax! By no means adopt imitation syntaxes for the same language constructs and operators! | ||
@@ -689,3 +689,3 @@ ## Discussion Points | ||
This Polifyll is a work in progress. But it is usable today. | ||
This Polyfill is a work in progress. But it is usable today. | ||
@@ -720,4 +720,2 @@ <!-- BADGES/ --> | ||
*Notes:* | ||
+ The cirrent polyfill only supports the constructable form of Subscript Function. | ||
@@ -815,3 +813,3 @@ | ||
**And, please give a star for this 🤨** | ||
**And, wouldn't yoi give a star for this 🤨 ?** | ||
@@ -818,0 +816,0 @@ ### Issues |
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
3690167
822