Details
-
Test
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
7.0.0
-
None
-
None
Description
Currently it can't handle importing like (it can't find map.ts)
import {...} from "apache-arrow"
Also
import {...} from "apache-arrow/src/Arrow.ts"
doesn't work (because it's referring to JS files in the distribution, while the source should refer to .ts files).
While the error might be a parcel bug / quirk, how it resolves the paths, we still might to support it's latest versions.