Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 9, 2025

This PR removes the unused jQuery 1.11.1 library files and TypeScript definitions that were found in the test directories but are not referenced anywhere in the codebase.

Files Removed

  • lib/test/External/jquery-1.11.1.js (285KB jQuery 1.11.1 library)
  • lib/test/External/jquery.d.ts (TypeScript definitions)
  • rollup/test/External/jquery-1.11.1.js (285KB jQuery 1.11.1 library)
  • rollup/test/External/jquery.d.ts (TypeScript definitions)

Verification

  • ✅ Confirmed no references to these files exist in the codebase
  • ✅ Build process continues to work (grunt dynamicproto, grunt rollup)
  • ✅ Other external dependencies (qunit, sinon) remain unaffected
  • ✅ TypeScript compilation succeeds without errors

This cleanup removes approximately 570KB of unused code and reduces repository bloat while maintaining all existing functionality.

Fixes #97.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/756035/chrome-linux.zip
    • Triggering command: node install.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
Copilot AI changed the title [WIP] [Task] Remove jquery-1.11.1.js from the repo Remove unused jQuery files from repository Jul 9, 2025
Copilot AI requested a review from MSNev July 9, 2025 21:08
Copilot finished work on behalf of MSNev July 9, 2025 21:08
Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jul 9, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/756035/chrome-linux.zip
    • Triggering command: node install.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from MSNev July 9, 2025 21:38
Copilot finished work on behalf of MSNev July 9, 2025 21:38
@MSNev MSNev marked this pull request as ready for review July 9, 2025 21:38
Copy link
Member

@rads-1996 rads-1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MSNev MSNev merged commit ca5c376 into main Jul 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Remove jquery-1.11.1.js from the repo

4 participants