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

Copy webServer from Typescript to VS Code #165771

Merged
merged 10 commits into from
Nov 14, 2022
Merged

Commits on Nov 7, 2022

  1. Initial draft.

    Not working.
    Also not correctly formatted, I'll do that later.
    sandersn committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    be55639 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Various fixes

    It works now
    sandersn committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4b4ca3d View commit details
    Browse the repository at this point in the history
  2. A bit of cleanup

    sandersn committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dc3c717 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Move webServer to its own directory

    And prepare for getting rid of dynamicImportCompat.js hack
    sandersn committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a9ce12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44d4c4 View commit details
    Browse the repository at this point in the history
  3. Revert unrelated change

    sandersn committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1094941 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Webpac tsserver.web.js with webServer.ts as entrypoint

    Instead of using CopyPlugin.
    
    1. Shipping multiple entrypoints in a single file required fixes to
    build code.
    2. There are a couple of warnings from `require` calls in
    tsserverlibrary.js. Those are not relevant since they're in non-web
    code, but I haven't figured how to turn them off; they are fully dynamic
    so `externals` didn't work.
    sandersn committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d751d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2f514 View commit details
    Browse the repository at this point in the history
  3. Add to .vscodeignore files

    sandersn committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    356d5a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    9dae7d1 View commit details
    Browse the repository at this point in the history