rescript-asyncdata
Advanced tools
| { | ||
| "name": "rescript-asyncdata", | ||
| "jsx": { "version": 4 }, | ||
| "sources": [ | ||
| { | ||
| "dir": "src", | ||
| "subdirs": true | ||
| }, | ||
| { | ||
| "dir": "example", | ||
| "subdirs": true, | ||
| "type": "dev" | ||
| }, | ||
| { | ||
| "dir": "test", | ||
| "subdirs": true, | ||
| "type": "dev" | ||
| } | ||
| ], | ||
| "package-specs": { | ||
| "module": "es6", | ||
| "in-source": true | ||
| }, | ||
| "dependencies": ["@rescript/react"], | ||
| "dev-dependencies": ["rescript-test"], | ||
| "suffix": ".mjs", | ||
| "warnings": { | ||
| "error": "+101" | ||
| } | ||
| } |
@@ -19,3 +19,3 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node | ||
| matrix: | ||
| node-version: [12.x] | ||
| node-version: [14.x] | ||
@@ -22,0 +22,0 @@ steps: |
@@ -26,3 +26,3 @@ <!DOCTYPE html> | ||
| </script> | ||
| <script src="/moduleserve/load.js" data-module="/AsyncData__Example.bs.js"></script> | ||
| <script src="./AsyncData__Example.mjs"></script> | ||
| </html> |
+6
-0
@@ -0,1 +1,7 @@ | ||
| # 5.0.0 | ||
| Changes: | ||
| - Upgrade to ReScript 12 (8908909) | ||
| # 4.0.0 | ||
@@ -2,0 +8,0 @@ |
+10
-11
| { | ||
| "name": "rescript-asyncdata", | ||
| "version": "4.0.0", | ||
| "version": "5.0.0", | ||
| "scripts": { | ||
| "clean": "bsb -clean-world", | ||
| "build": "bsb -make-world", | ||
| "watch": "bsb -make-world -w", | ||
| "test": "retest --with-dom test/*.bs.js" | ||
| "clean": "rescript clean", | ||
| "build": "rescript build", | ||
| "watch": "rescript watch", | ||
| "test": "retest --with-dom test/*.mjs" | ||
| }, | ||
@@ -16,9 +16,8 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@rescript/react": "^0.10.1", | ||
| "bs-platform": "^8.3.2", | ||
| "moduleserve": "^0.9.1", | ||
| "react": "^17.0.1", | ||
| "react-dom": "^17.0.1", | ||
| "rescript-test": "^0.6.3" | ||
| "@rescript/react": "^0.14.0", | ||
| "react": "^19.2.3", | ||
| "react-dom": "^19.2.3", | ||
| "rescript": "^12.0.1", | ||
| "rescript-test": "^8.0.0" | ||
| } | ||
| } |
| { | ||
| "name": "rescript-asyncdata", | ||
| "version": "0.1.0", | ||
| "reason": { "react-jsx": 3 }, | ||
| "sources": [ | ||
| { | ||
| "dir": "src", | ||
| "subdirs": true | ||
| }, | ||
| { | ||
| "dir": "example", | ||
| "subdirs": true, | ||
| "type": "dev" | ||
| }, | ||
| { | ||
| "dir": "test", | ||
| "subdirs": true, | ||
| "type": "dev" | ||
| } | ||
| ], | ||
| "package-specs": { | ||
| "module": "es6", | ||
| "in-source": true | ||
| }, | ||
| "bs-dependencies": ["@rescript/react"], | ||
| "bs-dev-dependencies": ["rescript-test"], | ||
| "suffix": ".bs.js", | ||
| "warnings": { | ||
| "error": "+101" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
-16.67%15358
-12.77%30
-3.23%