Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jonathannorris
Copy link
Member

Fixes all TypeScript compilation errors and significantly reduces ESLint warnings by updating oclif API usage, resolving import paths, and removing unused code.


Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Aug 13, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 13, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
devcycle-mcp-server 25f766a Aug 14 2025, 06:27 PM

@jonathannorris jonathannorris marked this pull request as ready for review August 13, 2025 20:30
@jonathannorris jonathannorris requested a review from a team as a code owner August 13, 2025 20:30
@jonathannorris jonathannorris changed the title Fix linter and ts warnings chore: fix linter and ts warnings Aug 13, 2025
@cursor cursor bot force-pushed the cursor/fix-linter-and-ts-warnings-fc9e branch from 6fcec27 to 25f766a Compare August 14, 2025 18:24
appVersion: 'App Version',
deviceModel: 'Device Model',
customData: 'Custom Data',
audienceMatch: 'Audience Match',
Copy link
Contributor

Choose a reason for hiding this comment

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

this shouldn't be a subtype since its a type attribute

- Remove country, appVersion, deviceModel, customData, audienceMatch, deviceType from subTypeMap
- These are filter types, not subtypes - they don't belong in the subTypeMap
- Add fallback handling for unmapped subtypes using type assertion
- Addresses reviewer feedback: subTypeMap should only contain actual subtypes

Fixes the logical error where filter types were incorrectly mixed with subtypes.
@jonathannorris jonathannorris merged commit 0a5a352 into main Aug 14, 2025
5 checks passed
@jonathannorris jonathannorris deleted the cursor/fix-linter-and-ts-warnings-fc9e branch August 14, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants