deno_ast icon indicating copy to clipboard operation
deno_ast copied to clipboard

feat: support string concat in dynamic import analysis

Open lucacasonato opened this issue 1 year ago • 0 comments

import("./foo/" + value) is now supported in addition to import(`./foo/${value}`).

lucacasonato avatar May 23 '24 10:05 lucacasonato