We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9012470 commit a1bea7dCopy full SHA for a1bea7d
package.json
@@ -28,7 +28,8 @@
28
"type": "module",
29
"scripts": {
30
"test": "node tests/index.js",
31
- "build": "rewatch"
+ "build": "rewatch",
32
+ "format": "rescript format -all"
33
},
34
"license": "MIT",
35
"dependencies": {
tests/DOMAPI/HTMLInputElement__test.res
@@ -3,4 +3,3 @@ open Global
3
let input: DOMAPI.htmlInputElement =
4
document->Document.createElement(~localName="input")->Prelude.unsafeConversation
5
let value = input.value
6
-
0 commit comments