Skip to content

[compiler][ez] tsconfig: treat all snap fixtures as modules#31350

Merged
mofeiZ merged 1 commit into
mainfrom
pr31350
Nov 5, 2024
Merged

[compiler][ez] tsconfig: treat all snap fixtures as modules#31350
mofeiZ merged 1 commit into
mainfrom
pr31350

Conversation

@mofeiZ
Copy link
Copy Markdown
Contributor

@mofeiZ mofeiZ commented Oct 24, 2024

Qol improvement. Currently, typescript lints treat test fixtures without an export as a 'global script' (see docs). This gives confusing lints for duplicate declarations (in the global scope)

Qol improvement. Currently, typescript lints treat test fixtures without an export as a 'global script' (see [docs](https://www.typescriptlang.org/docs/handbook/2/modules.html#how-javascript-modules-are-defined)). This gives confusing lints for duplicate declarations (in the global scope)
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 6:22pm

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Oct 24, 2024
@mofeiZ mofeiZ marked this pull request as ready for review October 24, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants