Skip to content

Commit 92c23e8

Browse files
Corné Dorrestijnmununki
Corné Dorrestijn
andauthoredDec 20, 2022
Added as property to DOM props (10.1) (rescript-lang#5914)
* Added as property to DOM props * snapshot Co-authored-by: woonki <woonki.moon@gmail.com>
1 parent a5d4b1f commit 92c23e8

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed
 

‎jscomp/main/builtin_cmi_datasets.ml

+3-3
Large diffs are not rendered by default.

‎jscomp/others/jsxDOM.res

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ type domProps = {
162162
action?: string /* uri */,
163163
allowFullScreen?: bool,
164164
alt?: string,
165+
@as("as")
166+
as_?: string,
165167
async?: bool,
166168
autoComplete?: string /* has a fixed, but large-ish, set of possible values */,
167169
autoCapitalize?: string /* Mobile Safari specific */,

‎lib/4.06.1/unstable/js_compiler.ml

+3-3
Large diffs are not rendered by default.

‎lib/4.06.1/unstable/js_playground_compiler.ml

+3-3
Large diffs are not rendered by default.

‎lib/4.06.1/whole_compiler.ml

+3-3
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)