-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95bf243
commit e89ca5a
Showing
7 changed files
with
87 additions
and
75 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
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
38 changes: 38 additions & 0 deletions
38
eo2js/test/resources/transpile/packs/take-top-level-abstract-via-rho.json
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"xsls": [ | ||
"objects", | ||
"package", | ||
"attrs", | ||
"data", | ||
"to-js" | ||
], | ||
"tests": [ | ||
{ | ||
"node": ".program.objects.object{.\"@_name\" == 'simple$second'}.javascript", | ||
"method": "includes", | ||
"args": [ | ||
[ | ||
" obj.attrs['five'] = attr.once(", | ||
" attr.lambda(", | ||
" obj, function(rho) {", | ||
" let ret_base = taken(taken(rho, 'ρ'), 'first')", | ||
" let ret = taken(ret_base, 'x')", | ||
" return ret", | ||
" }", | ||
" )", | ||
" )" | ||
] | ||
] | ||
} | ||
], | ||
"eo": [ | ||
"# This is the default 64+ symbols comment in front of named abstract object.", | ||
"[] > simple", | ||
" # This is the default 64+ symbols comment in front of named abstract object.", | ||
" [] > first", | ||
" 5 > x", | ||
" # This is the default 64+ symbols comment in front of named abstract object.", | ||
" [] > second", | ||
" first.x > five" | ||
] | ||
} |
e89ca5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
3-70345161
discovered ineo2js-runtime/src/objects/org/eolang/rust.js
) and submitted as #26. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.e89ca5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
3-2513eadb
discovered ineo2js-runtime/src/objects/org/eolang/seq.js
) and submitted as #27. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.e89ca5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
3-125c5140
discovered ineo2js-runtime/src/objects/org/eolang/string$length.js
) and submitted as #28. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.e89ca5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
3-0039ee65
discovered ineo2js-runtime/src/objects/org/eolang/string$slice.js
) and submitted as #29. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.e89ca5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
3-a611c30a
discovered ineo2js-runtime/src/objects/org/eolang/try.js
) and submitted as #30. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.