chakra-core / chakra-core/ChakraCore
Refactor module code to keep dependency specifiers in source code order
Open
Codebase Quality
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
See #6295
When parsing modules, we are currently building the list of dependency specifiers in reverse source-code order (by using `list->Prepend`), and we are somehow dependent on that reverse order.
Investigate whether we can build the list in the correct order from the start.
Contributor guide
Assessment
This issue has not been assessed yet.