[PR #156] [MERGED] chore: suppress no-implied-eval warnings in codegen tests #356

Closed
opened 2026-05-06 12:39:24 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/156
Author: @FredKSchott
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @FredKSchott

Base: mainHead: chore/fix-lint-no-implied-eval


📝 Commits (1)

  • 37f1c99 chore: suppress no-implied-eval warnings in codegen tests

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 tests/shims.test.ts (+3 -0)

📄 Description

Summary

  • We merged some lint improvements in #38
  • but then, some outdated PRs got merged after, causing linting on main to break.
  • Adds eslint-disable-next-line no-implied-eval to 3 new Function() calls in tests/shims.test.ts

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/156 **Author:** [@FredKSchott](https://github.com/FredKSchott) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@FredKSchott](https://github.com/FredKSchott) **Base:** `main` ← **Head:** `chore/fix-lint-no-implied-eval` --- ### 📝 Commits (1) - [`37f1c99`](https://github.com/cloudflare/vinext/commit/37f1c99ab57c4170aac586b83febed79fa5a12d5) chore: suppress no-implied-eval warnings in codegen tests ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/shims.test.ts` (+3 -0) </details> ### 📄 Description ## Summary - We merged some lint improvements in #38 - but then, some outdated PRs got merged after, causing linting on main to break. - Adds `eslint-disable-next-line no-implied-eval` to 3 `new Function()` calls in `tests/shims.test.ts` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:39:24 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#356
No description provided.