Skip to content

Commit c34e9b0

Browse files
mununkicristianoc
authored andcommitted
snapshot
1 parent d11a245 commit c34e9b0

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

jscomp/main/builtin_cmi_datasets.ml

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

jscomp/main/builtin_cmj_datasets.ml

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

lib/4.06.1/unstable/js_compiler.ml

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

lib/4.06.1/unstable/js_playground_compiler.ml

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

lib/4.06.1/whole_compiler.ml

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

lib/es6/jsx.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33

4-
function addKeyProp(o, k) {
5-
return Object.assign(o, {
4+
function addKeyProp(p, k) {
5+
return Object.assign(p, {
66
key: k
77
});
88
}

lib/js/jsx.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

33

4-
function addKeyProp(o, k) {
5-
return Object.assign(o, {
4+
function addKeyProp(p, k) {
5+
return Object.assign(p, {
66
key: k
77
});
88
}

0 commit comments

Comments
 (0)