@merchise/rescript-action-queue
Advanced tools
Sorry, the diff of this file is not supported yet
+4
-4
| stages: | ||
| - compile | ||
| .x-compile: &with-compilation-script | ||
| .x-test: &with-test | ||
| image: node | ||
| script: | ||
| - make compile | ||
| - make test | ||
@@ -34,3 +34,3 @@ .x-when-mr: &when-merge-request | ||
| check that we can compile the whole thing before merging: | ||
| <<: *with-compilation-script | ||
| <<: *with-test | ||
| <<: *when-merge-request | ||
@@ -43,3 +43,3 @@ interruptible: true | ||
| compile: | ||
| <<: *with-compilation-script | ||
| <<: *with-test | ||
| <<: *when-in-stable | ||
@@ -46,0 +46,0 @@ interruptible: true |
+6
-2
@@ -13,3 +13,7 @@ { | ||
| ], | ||
| "suffix": ".bs.js", | ||
| "suffix": ".bs.mjs", | ||
| "bs-dev-dependencies": [ | ||
| "@kaiko.io/rescript-prelude", | ||
| "@dzakh/rescript-ava" | ||
| ], | ||
| "package-specs": { | ||
@@ -19,2 +23,2 @@ "module": "es6", | ||
| } | ||
| } | ||
| } |
+3
-0
@@ -33,1 +33,4 @@ PATH := ./node_modules/.bin/:$(PATH) | ||
| fi | ||
| test: compile-rescript | ||
| ava |
+10
-3
| { | ||
| "name": "@merchise/rescript-action-queue", | ||
| "version": "4.0.0", | ||
| "version": "4.1.0", | ||
| "description": "ReScript bindings for 'action-queue.js'", | ||
@@ -10,8 +10,15 @@ "main": "ActionQueue.bs.js", | ||
| "devDependencies": { | ||
| "bs-qunit": "^0.1.1", | ||
| "@dzakh/rescript-ava": "^2.1.0", | ||
| "@kaiko.io/rescript-prelude": "^5.0.0", | ||
| "ava": "5.1.x", | ||
| "rescript": "^10.1" | ||
| }, | ||
| "dependencies": { | ||
| "@merchise/action-queue": "^4.0.0" | ||
| "@merchise/action-queue": "^4.1.0" | ||
| }, | ||
| "ava": { | ||
| "files": [ | ||
| "lib/es6/tests/**/*.mjs" | ||
| ] | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7434
71.41%22
29.41%4
100%