ballerina-platform / ballerina-dev-tools

Ballerina Developer Tooling

Home Page:http://ballerina.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dependencies field for FunctionEntryPoints

AzeemMuzammil opened this issue · comments

Description:

  • For the moment services that have service-level client initializations that are not used(no action invocation on that client initializations) are considered as dependencies of the services. Similar is required for the Main function entry point as well. If a client is initialized within the main function (function scope) and no action invocations are there for that client initialization, that should be considered as dependencies of the main entry point.

Describe your task(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

This is done and merged: #203