Skip to content

Commit

Permalink
chore: merge locators in a single file (#11233)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Oct 23, 2023
1 parent b9ce89e commit 014c72a
Show file tree
Hide file tree
Showing 9 changed files with 1,081 additions and 1,284 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = {
],

'import/no-cycle': [
'warn',
'error',
{maxDepth: Infinity, allowUnsafeDynamicCyclicDependency: true},
],

Expand Down
97 changes: 0 additions & 97 deletions packages/puppeteer-core/src/api/locators/DelegatedLocator.ts

This file was deleted.

83 changes: 0 additions & 83 deletions packages/puppeteer-core/src/api/locators/FilteredLocator.ts

This file was deleted.

69 changes: 0 additions & 69 deletions packages/puppeteer-core/src/api/locators/FunctionLocator.ts

This file was deleted.

Loading

0 comments on commit 014c72a

Please sign in to comment.