Skip to content

pullrequests Search Results · repo:david-tejada/rango language:TypeScript

Filter by

143 results
 (133 ms)

143 results

indavid-tejada/rango (press backspace or delete to remove)

  • david-tejada
  • 1
  • Opened 
    16 minutes ago
  • #321

When I updated XO this new rule was present: eslint-plugin-n/docs/rules/prefer-global/process.md. This made that instead of using the global process I imported it, thinking it would be the same. import ...
  • david-tejada
  • 1
  • Opened 
    yesterday
  • #320

  • david-tejada
  • 1
  • Opened 
    7 days ago
  • #317

This PR updates some dependencies and fixes the consequent linting errors. - Update caniuse-lite to 1.0.30001662 - Update @babel/traverse to 7.24.7 - Update jest-puppeteer to 10.1.1 - Update dependency ...
  • david-tejada
  • 1
  • Opened 
    8 days ago
  • #316

- Linting wasn t working properly due to the npm script not being properly configured. - I have updated typescript and removed the ScrollToOptions declaration since it s no longer necessary. ScrollBehavior ...
  • david-tejada
  • 1
  • Opened 
    14 days ago
  • #314

This PR restrict imports between src/background, src/content and src/common with the following considerations: - Modules within src/background can t import from src/content. - Modules within src/content ...
  • david-tejada
  • 1
  • Opened 
    15 days ago
  • #313

This PR removes the watchSettingsChanges.ts file and introduces events for notifying when a setting changes. This reduces coupling and improves localization so we can handle when the settings change in ...
  • david-tejada
  • 1
  • Opened 
    15 days ago
  • #312