-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$mol_view_tree2_to_js_test $mol_view to $mol_object, some type tests
- Loading branch information
Showing
48 changed files
with
73 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$mol_view_tree2_to_js_test_ex_array_constructor_tuple_foo $mol_view | ||
blobs /$mol_view | ||
$mol_view_tree2_to_js_test_ex_array_constructor_tuple_foo $mol_object | ||
blobs /$mol_object | ||
<= text_blob? $mol_view_tree2_to_js_test_ex_klass_tuple / | ||
/string <= text \123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$mol_view_tree2_to_js_test_ex_array_boolean_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_array_boolean_foo $mol_object | ||
bar /boolean | ||
false | ||
true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_array_with_types_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_array_with_types_foo $mol_object | ||
arr /readonly(number)[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_chaining_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_chaining_foo $mol_object | ||
a? <=> b? <=> c? null |
2 changes: 1 addition & 1 deletion
2
view/tree2/to/js/test/ex/bidi_doubing_right_part_with_same_default.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_doubing_right_part_with_same_default_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_doubing_right_part_with_same_default_foo $mol_object | ||
a? <=> b? false | ||
c? <=> b? false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_fallback_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_fallback_foo $mol_object | ||
bar1? <=> bar2? 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_in_dictionary_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_in_dictionary_foo $mol_object | ||
event * | ||
click? <=> run? null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_foo $mol_object | ||
indexed*? <=> owner*? null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_bar $mol_object | ||
expanded \ | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_foo $mol_object | ||
indexed*? $mol_view_tree2_to_js_test_ex_bidi_indexed_second_level_bar | ||
expanded <=> owner*? \w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_legacy_value_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_legacy_value_foo $mol_object | ||
a?v <=> b?v 1 |
2 changes: 1 addition & 1 deletion
2
view/tree2/to/js/test/ex/bidi_localized_default_value.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_localized_default_value_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_localized_default_value_foo $mol_object | ||
a? <=> b? @ \some1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_localized_in_object_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_localized_in_object_foo $mol_object | ||
obj * | ||
loc? <=> outer? @ \test1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_with_default_object_foo $mol_view | ||
class? <=> owner? $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_with_default_object_foo $mol_object | ||
class? <=> owner? $mol_object |
2 changes: 1 addition & 1 deletion
2
view/tree2/to/js/test/ex/bidi_with_separate_default_in_right_part.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_bidi_with_separate_default_in_right_part_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_bidi_with_separate_default_in_right_part_foo $mol_object | ||
b? false | ||
a? <=> b? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
namespace $ { | ||
export class $mol_view_tree2_to_js_test_ex_klass_tuple { | ||
constructor(readonly tuple: readonly string[]) {} | ||
constructor(readonly tuple: readonly string[] = []) {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_left_chaining_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_chaining_foo $mol_object | ||
a <= b <= c? 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$mol_view_tree2_to_js_test_ex_left_read_only_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_read_only_foo $mol_object | ||
bar1 <= bar2? 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$mol_view_tree2_to_js_test_ex_left_second_level_index_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_second_level_index_bar $mol_object | ||
localized \ | ||
|
||
$mol_view_tree2_to_js_test_ex_left_second_level_index_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_second_level_index_foo $mol_object | ||
cls* <= owner*? $mol_view_tree2_to_js_test_ex_left_second_level_index_bar | ||
localized <= some*? @ \v1 |
4 changes: 2 additions & 2 deletions
4
view/tree2/to/js/test/ex/left_with_separate_default_and_comment.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$mol_view_tree2_to_js_test_ex_left_with_separate_default_and_comment_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_with_separate_default_and_comment_bar $mol_object | ||
rows / | ||
$mol_view_tree2_to_js_test_ex_left_with_separate_default_and_comment_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_left_with_separate_default_and_comment_foo $mol_object | ||
content 123 | ||
Obj $mol_view_tree2_to_js_test_ex_left_with_separate_default_and_comment_bar | ||
rows / <= content - 321 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$mol_view_tree2_to_js_test_ex_right_in_left_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_in_left_foo $mol_object | ||
a null | ||
$mol_view_tree2_to_js_test_ex_right_in_left_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_in_left_bar $mol_object | ||
foo <= Cls $mol_view_tree2_to_js_test_ex_right_in_left_foo | ||
a => b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$mol_view_tree2_to_js_test_ex_right_indexed_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_indexed_foo $mol_object | ||
a? * | ||
some 123 | ||
$mol_view_tree2_to_js_test_ex_right_indexed_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_indexed_bar $mol_object | ||
Cls* $mol_view_tree2_to_js_test_ex_right_indexed_foo | ||
a => b* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$mol_view_tree2_to_js_test_ex_right_read_only_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_read_only_foo $mol_object | ||
a*? null | ||
$mol_view_tree2_to_js_test_ex_right_read_only_bar $mol_view | ||
$mol_view_tree2_to_js_test_ex_right_read_only_bar $mol_object | ||
Obj $mol_view_tree2_to_js_test_ex_right_read_only_foo | ||
a*? => b*? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_simple_default_indexed_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_simple_default_indexed_foo $mol_object | ||
a_b*? 0 | ||
legacy*k?v 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
$mol_view_tree2_to_js_test_ex_simple_empty_class_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_simple_empty_class_foo $mol_object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
view/tree2/to/js/test/ex/simple_mutable_and_read_only.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$mol_view_tree2_to_js_test_ex_simple_mutable_and_read_only_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_simple_mutable_and_read_only_foo $mol_object | ||
readonly null | ||
mutable? null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$mol_view_tree2_to_js_test_ex_simple_two_classes_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_simple_two_classes_foo $mol_object | ||
str \some | ||
$mol_view_tree2_to_js_test_ex_simple_two_classes_bar $mol_view_tree2_to_js_test_ex_simple_two_classes_foo | ||
str \some2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$mol_view_tree2_to_js_test_ex_structural_dict_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_structural_dict_foo $mol_object | ||
bar * | ||
alpha 1 | ||
beta \a |
2 changes: 1 addition & 1 deletion
2
view/tree2/to/js/test/ex/structural_localized_prop_value.view.tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$mol_view_tree2_to_js_test_ex_structural_quoted_props_foo $mol_view | ||
$mol_view_tree2_to_js_test_ex_structural_quoted_props_foo $mol_object | ||
bar * | ||
$a 1 | ||
b-t * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters