docland icon indicating copy to clipboard operation
docland copied to clipboard

Missing export function?

Open masx200 opened this issue 3 years ago • 1 comments

https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts

https://doc.deno.land/https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts

Missing export function?

merge_Sorted_Array ,pow_x_n ,html_Entity_Parser 

masx200 avatar Apr 10 '22 13:04 masx200

The symbols are being imported and then re-exported using an export statement. Seems like we aren't identifying those when flattening re-exports.

kitsonk avatar Apr 28 '22 02:04 kitsonk