- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test data path like ".*/testdata/.*" 120 files: testdata/breakOnLoad_javaScript/index.html testdata/breakOnLoad_javaScript/src/script.js testdata/breakOnLoad_javaScript/src/script2.js testdata/breakOnLoad_sourceMaps/index.html testdata/breakOnLoad_sourceMaps/out/SubDir/script.js testdata/breakOnLoad_sourceMaps/out/script.bin.js testdata/breakOnLoad_sourceMaps/out/script.js testdata/breakOnLoad_sourceMaps/out/script1.js testdata/breakOnLoad_sourceMaps/src/script.ts testdata/breakOnLoad_sourceMaps/tsconfig.json testdata/breakOnLoad_webpack/dist/bundle.js testdata/breakOnLoad_webpack/dist/index.html testdata/breakOnLoad_webpack/package-lock.json testdata/breakOnLoad_webpack/package.json testdata/breakOnLoad_webpack/src/script.js testdata/breakOnLoad_webpack/webpack.config.js testdata/calls-between-merged-files/gulpfile.js testdata/calls-between-merged-files/index.html testdata/calls-between-merged-files/out/b.js testdata/calls-between-merged-files/out/sourceA.js testdata/calls-between-merged-files/package.json testdata/calls-between-merged-files/sourceA.ts testdata/calls-between-merged-files/sourceB1.ts testdata/calls-between-merged-files/sourceB2.ts testdata/calls-between-merged-files/tsconfig.json testdata/calls-between-sourcemapped-files/index.html testdata/calls-between-sourcemapped-files/out/sourceA.js testdata/calls-between-sourcemapped-files/out/sourceB.js testdata/calls-between-sourcemapped-files/src/sourceA.ts testdata/calls-between-sourcemapped-files/src/sourceB.ts testdata/calls-between-sourcemapped-files/tsconfig.json testdata/columns/index.html testdata/columns/out/script.js testdata/columns/src/script.ts testdata/columns/tsconfig.json testdata/inline_scripts/multiple.html testdata/inline_scripts/single.html testdata/intervalDebugger/index.html testdata/intervalDebugger/out/app.js testdata/intervalDebugger/src/app.ts testdata/intervalDebugger/tsconfig.json testdata/labelTest.ts testdata/react/README.md testdata/react/config/env.js testdata/react/config/jest/cssTransform.js testdata/react/config/jest/fileTransform.js testdata/react/config/paths.js testdata/react/config/webpack.config.js testdata/react/config/webpackDevServer.config.js testdata/react/dist/index.html testdata/react/dist/out/bundle.js testdata/react/dist/out/main.chunk.js testdata/react/dist/src/App.js testdata/react/dist/src/App.test.js testdata/react/dist/src/Counter.jsx testdata/react/dist/src/Running.js testdata/react/dist/src/index.js testdata/react/package-lock.json testdata/react/package.json testdata/react/public/index.html testdata/react/public/manifest.json testdata/react/scripts/build.js testdata/react/scripts/start.js testdata/react/scripts/test.js testdata/react/src/App.js testdata/react/src/App.test.js testdata/react/src/Counter.jsx testdata/react/src/Running.js testdata/react/src/index.js testdata/react_with_loop/README.md testdata/react_with_loop/config/env.js testdata/react_with_loop/config/jest/cssTransform.js testdata/react_with_loop/config/jest/fileTransform.js testdata/react_with_loop/config/paths.js testdata/react_with_loop/config/webpack.config.js testdata/react_with_loop/config/webpackDevServer.config.js testdata/react_with_loop/dist/index.html testdata/react_with_loop/dist/out/bundle.js testdata/react_with_loop/dist/out/main.chunk.js testdata/react_with_loop/dist/src/App.js testdata/react_with_loop/dist/src/App.test.js testdata/react_with_loop/dist/src/Counter.jsx testdata/react_with_loop/dist/src/Running.js testdata/react_with_loop/dist/src/index.js testdata/react_with_loop/package-lock.json testdata/react_with_loop/package.json testdata/react_with_loop/public/index.html testdata/react_with_loop/public/manifest.json testdata/react_with_loop/scripts/build.js testdata/react_with_loop/scripts/start.js testdata/react_with_loop/scripts/test.js testdata/react_with_loop/src/App.js testdata/react_with_loop/src/App.test.js testdata/react_with_loop/src/Counter.jsx testdata/react_with_loop/src/Running.js testdata/react_with_loop/src/index.js testdata/simple/app.js testdata/simple/index.html testdata/stackTrace/app.js testdata/stackTrace/index.html testdata/variablesScopes/blockScope/blockVariablesApp.js testdata/variablesScopes/blockScope/index.html testdata/variablesScopes/catchScope/catchVariablesApp.js testdata/variablesScopes/catchScope/index.html testdata/variablesScopes/closureScope/closureVariablesApp.js testdata/variablesScopes/closureScope/index.html testdata/variablesScopes/evalScope/evalVariablesApp.js testdata/variablesScopes/evalScope/index.html testdata/variablesScopes/globalScope/globalVariablesApp.js testdata/variablesScopes/globalScope/index.html testdata/variablesScopes/localScope/index.html testdata/variablesScopes/localScope/scriptVariablesApp.js testdata/variablesScopes/moduleScope/index.html testdata/variablesScopes/moduleScope/moduleVariablesApp.js testdata/variablesScopes/moduleScope/moduleVariablesApp.ts testdata/variablesScopes/moduleScope/tsconfig.json testdata/variablesScopes/scriptScope/index.html testdata/variablesScopes/scriptScope/scriptVariablesApp.js testdata/variablesScopes/withScope/index.html testdata/variablesScopes/withScope/withVariablesApp.js - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hidden files and folders path like ".*/[.][a-zA-Z0-9_]+.*" 21 files: .github/ISSUE_TEMPLATE/bug_report.md .github/assignment.yml .github/locker.yml .github/needs_more_info.yml .gitignore .npmignore .vscode/launch.json .vscode/settings.json .vscode/tasks.json .vscodeignore .vsts/.vsts-ci.yml .vsts/job.yml testdata/calls-between-merged-files/.vscode/launch.json testdata/calls-between-merged-files/.vscode/tasks.json testdata/inline_scripts/.vscode/launch.json testdata/react/.gitignore testdata/react/.vscode/launch.json testdata/react_with_loop/.gitignore testdata/react_with_loop/.vscode/launch.json testdata/variablesScopes/.vscode/launch.json testdata/variablesScopes/catchScope/.vscode/launch.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Typescript definition files path like ".*\.d\.ts" 2 files: src/chromeDebugInterfaces.d.ts test/int/puppeteer/puppeteerTypeFix.d.ts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Text files path like ".*[.]txt" 2 files: LICENSE.txt ThirdPartyNotices.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Too long lines (1000+ characters) 2 files: testdata/react/dist/out/0.chunk.js testdata/react_with_loop/dist/out/0.chunk.js - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sokrates scoping conventions path like ".*/sokrates_conventions[.]json" 1 files: sokrates_conventions.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Git history path like ".*/git[-]history[.]txt" 1 files: git-history.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -