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

Remove node_modules and compile typescript into minified scripts #2578

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. Remove node_modules and lib from repository

    This reduces the cost to download repository as an action.
    
    This commit is logically part of the next commit, but is split to
    enable the next commit to be reviewed.
    jsoref committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    db6ee56 View commit details
    Browse the repository at this point in the history
  2. Bundle action using esbuild

    Instead of using a bundled node_modules,
    * Run `npm install` before performing various tasks
    
    Change pr-checks to not be particularly picky about the generated
    content because it will differ between different versions as everything
    is bundled together.
    jsoref committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    34f71d6 View commit details
    Browse the repository at this point in the history