Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR applies formatting updates to multiple package index files to ensure a consistent import style and ordering across the codebase.
- Consistently converts import quotes from single to double quotes.
- Reorders and removes unnecessary blank lines in import/export sections for improved readability.
Reviewed Changes
Copilot reviewed 737 out of 737 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/_packages/execute-javascript.index.ts | Reformatted imports with double quotes and reordered import lines. |
| src/_packages/fake-llm.index.ts | Updated import quotes and sequence for consistency. |
| src/_packages/documents.index.ts | Reformatted import ordering and quotes. |
| src/_packages/legacy-documents.index.ts | Reformatted import statements for consistency. |
| src/_packages/azure-openai.index.ts | Updated import quotes and order. |
| src/_packages/google.index.ts | Reordered imports and standardized quoting. |
| src/_packages/deepseek.index.ts | Consistent import formatting and ordering. |
| src/_packages/markitdown.index.ts | Reformatted import quotes and ordering for clarity. |
| src/_packages/pdf.index.ts | Updated and reordered import statements for consistency. |
| src/_packages/browser.index.ts | Reformatted import quotes and order for standardization. |
| src/_packages/remote-server.index.ts | Standardized import formatting and removed extraneous blank lines. |
| src/_packages/remote-client.index.ts | Reformatted imports to use double quotes and reorder entries. |
| src/_packages/openai.index.ts | Reformatted and reordered imports for consistency. |
| src/_packages/node.index.ts | Updated import quotes and ordering across multiple modules. |
| src/_packages/anthropic-claude.index.ts | Standardized import formatting and ordering. |
| src/_packages/markdown-utils.index.ts | Consistent import reordering and quote updates applied. |
| src/_packages/cli.index.ts | Reformatted import statements and consolidated ordering. |
| src/_packages/core.index.ts | Comprehensive reordering and formatting updates on imports. |
| src/_packages/editable.index.ts | Standardized import quotes and reorganized import structure. |
f8dbde9 to
8e619dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.