Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parcel flag #39050

Closed
wants to merge 33 commits into from
Closed

Add parcel flag #39050

wants to merge 33 commits into from

Conversation

emmron
Copy link

@emmron emmron commented Jul 26, 2024

Description

Documentation

Tests

Related Issues

emmron added 30 commits July 13, 2024 02:42
…pplied to URLs in manifest.webmanifest and HTML head.
…pplied to URLs in manifest.webmanifest and HTML head.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…est.webmanifest and HTML head. Ensured correct path handling and resolved linting issues by updating string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
Create devcontainer.json
- Add DISABLE_PARCEL_FOR_CONFIG flag to gatsby-config.js
- Add 'develop' script with Parcel flag to package.json
- Implement DISABLE_PARCEL_FOR_CONFIG flag in flags.ts with comprehensive checks
- Refactor and improve existing code in flags.ts
- Update .eslintrc.js to remove TypeScript linting rules
- Update .circleci/config.yml to remove unnecessary cache management
- Add .cursorignore and devcontainer.json files
- Add npm scripts for linting and formatting
- Add npm as a dependency
- Update manifest creation function in gatsby-node.js
- Add yarnrun file
   - Add DISABLE_PARCEL_FOR_CONFIG flag to gatsby-config.js
   - Add 'develop' script with Parcel flag to package.json
   - Implement DISABLE_PARCEL_FOR_CONFIG flag in flags.ts with comprehensive checks
   - Refactor and improve existing code in flags.ts
   - Update .eslintrc.js to remove TypeScript linting rules
   - Update .circleci/config.yml to remove unnecessary cache management
   - Add .cursorignore and devcontainer.json files
   - Add npm scripts for linting and formatting
   - Add npm as a dependency
   - Update manifest creation function in gatsby-node.js
   - Add yarnrun file
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 26, 2024
@serhalp
Copy link
Contributor

serhalp commented Oct 29, 2024

@emmron This PR is very large and unwieldy, updates unrelated code, and it isn't clear to me what it's solving. To be honest it looks like it may even have been AI generated, and it looks very similar to #39042. I'm going to close it, but please feel free to open smaller, more easily reviewable PRs.

@serhalp serhalp closed this Oct 29, 2024
Copy link
Author

@emmron emmron left a comment

Choose a reason for hiding this comment

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

@emmron
Copy link
Author

emmron commented Nov 3, 2024

@serhalp
This pull request includes several updates across multiple files to clean up code, add new features, and improve overall functionality. The most important changes include removing commented-out code in the ESLint configuration, adding a new development container configuration, and refactoring the gatsby-node.js file for better error handling and code readability.

Code Cleanup and Configuration:

New Features:

  • .devcontainer/devcontainer.json: Added a new development container configuration using Microsoft's universal image.
  • package.json: Added a new develop script to enable experimental Parcel support for Gatsby development.

Refactoring and Improvements:

Minor Changes:

Copy link
Author

@emmron emmron left a comment

Choose a reason for hiding this comment

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

@ @

Copy link
Author

@emmron emmron left a comment

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants