Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(website): [playground] allow to choose file extensions#6785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
armano2 merged 13 commits intov6fromchore/playground-file-type-selection
Apr 2, 2023

Conversation

armano2
Copy link
Collaborator

@armano2armano2 commentedMar 28, 2023
edited
Loading

PR Checklist

Overview

extracted from#6656

This change replacesjsx checkbox with dropdown of supported file extensions

image

ref#5449

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@armano2!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlify
Copy link

netlifybot commentedMar 28, 2023
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitc5d359b
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6429d2b86f5eb200089bc8e3
😎 Deploy Previewhttps://deploy-preview-6785--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@nx-cloud
Copy link

nx-cloudbot commentedMar 28, 2023
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commitc5d359b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 30 targets

Sent with 💌 fromNxCloud.

@armano2armano2force-pushed thechore/playground-file-type-selection branch from0a22f1f toa77fcf0CompareMarch 29, 2023 15:30
Comment on lines 10 to 20
export const fileTypes: ConfigFileType[] = [
'ts',
'tsx',
'js',
'jsx',
'd.ts',
'cjs',
'mjs',
'cts',
'mts',
];
Copy link
Member

Choose a reason for hiding this comment

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

could this beObject.values(ts.Extension) instead?

Copy link
CollaboratorAuthor

@armano2armano2Mar 30, 2023
edited
Loading

Choose a reason for hiding this comment

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

when this variable is initialized playground and typescript is not loaded yet and we can't wait for playground to load because this is needed to define file name that is used by playground

@bradzacherbradzacher added the awaiting responseIssues waiting for a reply from the OP or another party labelMar 30, 2023
@armano2
Copy link
CollaboratorAuthor

armano2 commentedMar 30, 2023
edited
Loading

fallback cases to test:

@armano2armano2 removed the awaiting responseIssues waiting for a reply from the OP or another party labelMar 31, 2023
Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

🔥

@armano2armano2 merged commitf83a879 intov6Apr 2, 2023
@armano2armano2 deleted the chore/playground-file-type-selection branchApril 2, 2023 19:44
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsApr 10, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg approved these changes

@bradzacherbradzacherAwaiting requested review from bradzacher

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@armano2@JoshuaKGoldberg@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp