@artel/en-reactivity 0.9.26003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Reactivity",
3
+ "targetPlatform": {
4
+ "type": "JavaScriptPlatform",
5
+ "interfacePackageImplementation": {
6
+ "type": "JavaScriptModule",
7
+ "moduleName": "reactronic",
8
+ "moduleFormat": "esm",
9
+ "npmPackageName": "reactronic",
10
+ "loadFromDts": true
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,18 @@
1
+ import Platform.JavaScript
2
+ import A = Artel
3
+ import I = Artel.Interoperability
4
+
5
+ #I.JavaScriptDecorator
6
+ function reaction()
7
+
8
+ #I.JavaScriptDecorator
9
+ function transaction()
10
+
11
+ #I.JavaScriptDecorator
12
+ function signal(enabled: A.YesNo)
13
+
14
+ #I.JavaScriptDecorator
15
+ function signal()
16
+
17
+ #I.JavaScriptDecorator
18
+ function cache()
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@artel/en-reactivity",
3
+ "version": "0.9.26003",
4
+ "description": "*A* Reactivity (EN)",
5
+ "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
+ "license": "Apache-2.0",
7
+ "type": "module",
8
+ "files": [
9
+ ".artel",
10
+ "Source"
11
+ ],
12
+ "dependencies": {
13
+ "reactronic": "0.9.26003"
14
+ }
15
+ }