You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Adam Lippai (Jira)" <ji...@apache.org> on 2022/05/01 02:17:00 UTC

[jira] [Created] (ARROW-16429) Test JS bundle using parcel

Adam Lippai created ARROW-16429:
-----------------------------------

             Summary: 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


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)