Open
Description
I see now just a simple string concatenation of directory_p
and specifier
:
jerryscript/jerry-core/api/jerry-module.c
Lines 141 to 161 in 0d49696
Does this mean that scenarios like absolute paths cannot be handled? My proposal for this is to add a parameter to jerry_port_path_normalize
that specifies directory_size
(which is also an offset to specifier
).