chakra-core / chakra-core/ChakraCore

Refactor module code to keep dependency specifiers in source code order

Open
#6,296 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.