Skip to content

Create sample.min.js #15

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

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

Create sample.min.js #15

wants to merge 6 commits into from

Conversation

felickz
Copy link
Contributor

@felickz felickz commented Apr 11, 2025

add a min.js sample

Test 1 - Does not show extracting file (but file count stays the same oddly)

Initial test (commit [3a64cda](3a64cda)):

  [2025-04-11 14:37:52] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js
  [2025-04-11 14:37:52] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/src/babel/sample.min.js (3 ms)
  [2025-04-11 14:37:52] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/3.js
 
 
 CodeQL scanned 252 out of 252 JavaScript files and 7 out of 7 TypeScript files in this invocation. Check the status page for overall coverage information: https://github.com/advanced-security/sample-javascript-monorepo/security/code-scanning/tools/CodeQL/status/

Fix test ( commit d34ee8a):

  • hmm same number of files extracted , but it clearly did NOT extract the .min.js file this time.
  [2025-04-14 22:28:39] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js
  [2025-04-14 22:28:39] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/fixtures/babel/stdin --out-file/options.json (6 ms)
  [2025-04-14 22:28:39] [build-stdout] Extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/3.js
  [2025-04-14 22:28:39] [build-stdout] Done extracting /home/runner/work/sample-javascript-monorepo/sample-javascript-monorepo/packages/babel-cli/test/batch-test-runner/2.js (2 ms)

CodeQL scanned 252 out of 252 JavaScript files and 7 out of 7 TypeScript files in this invocation. Check the status page for overall coverage information: https://github.com/advanced-security/sample-javascript-monorepo/security/code-scanning/tools/CodeQL/status/

Test 2

image

  • 25511e4 commit switches to new branch that adds path ignore, closes alert #19!

image
image

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.

1 participant