This repository was archived by the owner on Jul 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
feat(aqua-compiler): JS-client aqua wrapper [fixes DXJ-461] #347
Merged
Conversation
This file contains hidden or 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
shamsartem
reviewed
Sep 18, 2023
packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts
Outdated
Show resolved
Hide resolved
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
packages/core/aqua-to-js-compiler/src/generate/__test__/snapshots/smoke_test.js
Outdated
Show resolved
Hide resolved
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 18, 2023
* limitations under the License. | ||
*/ | ||
|
||
import { AquaFunction, CompilationResult } from '@fluencelabs/aqua-api/aqua-api.js'; |
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.
In the new version of aqua api these will change a bit and mover to @fluencelabs/aqua-api directly. So watch out for that
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.
ok, thanks for the point
shamsartem
reviewed
Sep 18, 2023
shamsartem
reviewed
Sep 20, 2023
shamsartem
reviewed
Sep 20, 2023
shamsartem
reviewed
Sep 20, 2023
shamsartem
reviewed
Sep 20, 2023
packages/core/aqua-compiler/src/generate/__test__/generate.spec.ts
Outdated
Show resolved
Hide resolved
shamsartem
reviewed
Sep 20, 2023
shamsartem
reviewed
Sep 20, 2023
shamsartem
reviewed
Sep 20, 2023
shamsartem
approved these changes
Sep 21, 2023
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.
Thanks for the work
This was referenced Sep 21, 2023
Closed
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
feat(aqua-compiler): JS-client aqua wrapper [fixes DXJ-461] (#347)
Implement wrapper compiler
Small formatting fixes
Add simple test
Package rename
Add new package to release-please
Misc fixes
Fix object type
Update package name
Revert "Fix object type"
This reverts commit 572f1e1.
Set string type
Make generator func async
Cleanup
Code refactoring
Fix PR comments
Fix file path
Refactor generate module
Change header text
Rename package
Move some deps to devDeps
Add a comment
New index file
Move aqua-api to devDeps
Add desc
Fix header
Change return type
Fix all tests
Fix func
Fix index file
Add file entry
Change package name (again)
Snapshot testing
Add func name
Fix return type
Fix nox images
Update aurora image
Conditional services
Use function instead classes
Refactor header
Import same type
Make named export
Type generator array
END_COMMIT_OVERRIDE