Skip to content

fix(examples): one test missing#65

Merged
anikitenko merged 2 commits into
mainfrom
docs/update-docs3
Apr 18, 2026
Merged

fix(examples): one test missing#65
anikitenko merged 2 commits into
mainfrom
docs/update-docs3

Conversation

@anikitenko
Copy link
Copy Markdown
Owner

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Metric Percent
Lines 91.09%
Statements 91.15%
Functions 97.24%
Branches 82.85%

@anikitenko anikitenko merged commit c872611 into main Apr 18, 2026
3 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6c00be57f6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
- operator plugin guidance: [docs/OPERATOR_PLUGIN_PATTERNS.md](./docs/OPERATOR_PLUGIN_PATTERNS.md)
- examples and fixtures guide: [docs/EXAMPLES_AND_FIXTURES.md](./docs/EXAMPLES_AND_FIXTURES.md)
- SharePoint/generic connector host contract: [docs/SHAREPOINT_PROVIDER_HOST_CONTRACT.md](./docs/SHAREPOINT_PROVIDER_HOST_CONTRACT.md)
- plugin gap register: [docs/PLUGIN_DEVELOPMENT_GAP_REGISTER.md](docs-local/PLUGIN_DEVELOPMENT_GAP_REGISTER.md)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove docs-local link from public README

This link points to docs-local/..., but scripts/verify-docs.mjs now explicitly fails on any docs-local/ reference in README.md, docs, or examples; as a result, npm run verify:docs (and prepublishOnly) will fail once dependencies are present, blocking release validation. Replace it with a public docs path or remove the link.

Useful? React with 👍 / 👎.

let output = source;
const ruleHits = [];

const privilegedPattern = /(\b(?:const|let|var)\s+[A-Za-z_$][\w$]*\s*=\s*)([A-Za-z_$][\w$]*)\s*\?\.\s*result\s*\?\.\s*request\s*\?\?\s*\2\s*\?\.\s*request\s*\?\?\s*\2(\s*;)/gu;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Skip template literals in privileged-envelope codemod

This regex-based rewrite runs over raw source text, so it also rewrites fallback chains inside template-literal renderOnLoad() strings to extractPrivilegedActionRequest(...) while only adding a top-level import. Those on-load strings execute in iframe runtime context (not module scope), so the imported helper is unavailable there and migrated plugins will hit ReferenceError: extractPrivilegedActionRequest is not defined when the handler path runs. The migration should avoid replacing inside string/template literal bodies (or inline helper source for that context).

Useful? React with 👍 / 👎.

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.

1 participant