Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-37657: [JS] Run bin scripts with ts-node #38500

Merged
merged 8 commits into from
Nov 2, 2023

Commits on Oct 28, 2023

  1. remove ts-node config from top level tsconfig.json, update bin script…

    …s to use ts-node in transpile-only mode, fix tsc errors in bin scripts
    trxcllnt authored and assignUser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7de5be2 View commit details
    Browse the repository at this point in the history
  2. pass kwargs to subprocess check_call and check_output, run JS bin scr…

    …ipts from JS dir
    trxcllnt authored and assignUser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    171c368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c59044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    314ddbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6cc6c0 View commit details
    Browse the repository at this point in the history
  6. work around swc bug

    trxcllnt authored and assignUser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8d44465 View commit details
    Browse the repository at this point in the history
  7. cleanup

    trxcllnt authored and assignUser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e8f3eb8 View commit details
    Browse the repository at this point in the history
  8. copy .d.ts files into UMD packages

    trxcllnt authored and assignUser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e5d4312 View commit details
    Browse the repository at this point in the history