Closed RoMeAh-zz closed 4 years ago
i have a code in which i import dynamically. while i try to prettify the file structure i get a error of ERROR: Cannot find import ./Handlers/${t}
ERROR: Cannot find import ./Handlers/${t}
Yes, we're aware of this. See #123 for more infos. But in short: Destiny can't resolve computed imports because it would need to evaluate your code.
i have a code in which i import dynamically. while i try to prettify the file structure i get a error of
ERROR: Cannot find import ./Handlers/${t}