File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2586,7 +2586,7 @@ __wbg_set_wasm(wasm);"
2586
2586
2587
2587
// After we've got an actual name handle field projections
2588
2588
if optional {
2589
- name = format ! ( "typeof {name} === 'undefined' ? null: {name}" ) ;
2589
+ name = format ! ( "typeof {name} === 'undefined' ? null : {name}" ) ;
2590
2590
2591
2591
for field in import. fields . iter ( ) {
2592
2592
name. push_str ( "?." ) ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function exported() {
39
39
}
40
40
41
41
export function __wbg_static_accessor_NAMESPACE_OPTIONAL_c9a4344c544120f4 ( ) {
42
- const ret = typeof test === 'undefined' ? null : test ?. NAMESPACE_OPTIONAL ;
42
+ const ret = typeof test === 'undefined' ? null : test ?. NAMESPACE_OPTIONAL ;
43
43
return isLikeNone ( ret ) ? 0 : addToExternrefTable0 ( ret ) ;
44
44
} ;
45
45
@@ -49,7 +49,7 @@ export function __wbg_static_accessor_NAMESPACE_PLAIN_784c8d7f5bbac62a() {
49
49
} ;
50
50
51
51
export function __wbg_static_accessor_NESTED_NAMESPACE_OPTIONAL_a414abbeb018a35a ( ) {
52
- const ret = typeof test1 === 'undefined' ? null : test1 ?. test2 ?. NESTED_NAMESPACE_OPTIONAL ;
52
+ const ret = typeof test1 === 'undefined' ? null : test1 ?. test2 ?. NESTED_NAMESPACE_OPTIONAL ;
53
53
return isLikeNone ( ret ) ? 0 : addToExternrefTable0 ( ret ) ;
54
54
} ;
55
55
@@ -59,7 +59,7 @@ export function __wbg_static_accessor_NESTED_NAMESPACE_PLAIN_1121b285cb8479df()
59
59
} ;
60
60
61
61
export function __wbg_static_accessor_OPTIONAL_ade71b6402851d0c ( ) {
62
- const ret = typeof OPTIONAL === 'undefined' ? null : OPTIONAL ;
62
+ const ret = typeof OPTIONAL === 'undefined' ? null : OPTIONAL ;
63
63
return isLikeNone ( ret ) ? 0 : addToExternrefTable0 ( ret ) ;
64
64
} ;
65
65
You can’t perform that action at this time.
0 commit comments