[
https://issues.apache.org/jira/browse/ARROW-16429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Lippai updated ARROW-16429:
--------------------------------
Priority: Minor (was: Major)
> Test JS bundle using parcel
> ---------------------------
>
> Key: ARROW-16429
> URL: https://issues.apache.org/jira/browse/ARROW-16429
> Project: Apache Arrow
> Issue Type: Test
> Components: JavaScript
> Affects Versions: 7.0.0
> Reporter: Adam Lippai
> Priority: Minor
>
> Currently it can't handle importing like (it can't find map.ts)
> {code:java}
> import {...} from "apache-arrow"{code}
> Also
> {code:java}
> import {...} from "apache-arrow/src/Arrow.ts"{code}
> 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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)