Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-13790

Move ts files into a source directory in bundle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • JavaScript
    • None

    Description

      RIght now, we publish the ts source files alongside the js, mjs, map, and .d.ts files. Because of how tsc works (https://github.com/microsoft/TypeScript/issues/10704), it will use the ts files instead of the d.ts files. That can lead to problems with compiling with never tsc versions and is more expensive than if tsc uses the d.ts files. To avoid this problem, we should move the sources into a sources directory. We need to make sure that declaration maps still work.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              domoritz Dominik Moritz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: