Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] : folders arrangement for in-built methods #77

Open
pacifiquem opened this issue Mar 7, 2024 · 0 comments
Open

[REFACTOR] : folders arrangement for in-built methods #77

pacifiquem opened this issue Mar 7, 2024 · 0 comments
Labels
enhancement New feature or request Priority-1 Must be worked on ASAP ( As Soon As Possible )

Comments

@pacifiquem
Copy link
Member

For now, every in-built function is in ./src/runtime/globals.ts file.

This is not good because it's not easy to find what you want to work on or view.

Solution:

We'll add in-built folder in the runtime, each method and it's associated functions will be added to their own file, all in built methods will be imported in ./src/runtime/globals.ts where their will be added to the global environment env for use.

@pacifiquem pacifiquem added enhancement New feature or request Priority-1 Must be worked on ASAP ( As Soon As Possible ) labels Mar 7, 2024
@pacifiquem pacifiquem changed the title [REFACTOR] : forlders arrangement for in-built methods [REFACTOR] : folders arrangement for in-built methods Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority-1 Must be worked on ASAP ( As Soon As Possible )
Projects
None yet
Development

No branches or pull requests

1 participant