Skip to content

AI-generated fix using Ultracite Cloud#1

Open
ghost wants to merge 1 commit into
mainfrom
ultracite/fix-8XFq3dbEpQ1SBjcNLTqGG
Open

AI-generated fix using Ultracite Cloud#1
ghost wants to merge 1 commit into
mainfrom
ultracite/fix-8XFq3dbEpQ1SBjcNLTqGG

Conversation

@ghost

@ghost ghost commented Feb 22, 2026

Copy link
Copy Markdown

Summary

Updated TypeScript imports and code style to follow modern best practices, including type-only imports, TypeScript directives, and property access patterns.

Changes

  • Changed Tool import to type-only import in model.ts for better tree-shaking
  • Updated TypeScript pragma from @ts-ignore to @ts-expect-error in scraping.ts
  • Changed fs module import to use Node.js namespace prefix (node:fs)
  • Converted bracket notation property access to dot notation for improved readability (e.g., data['llm_extraction']data.llm_extraction)

This PR was automatically created by Ultracite Cloud

Automatically fixed by Ultracite
@changeset-bot

changeset-bot Bot commented Feb 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 64c69c0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants