Skip to content

Conversation

@fisker
Copy link
Member

@fisker fisker commented Mar 23, 2023

Description

Checklist

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory).
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

@fisker fisker changed the title Update build system Update plugin build system Mar 23, 2023
.filter((file) => (isProduction ? true : file !== "parsers.ts"))
// Disabled due to OOM issue
// .filter((file) => (isProduction ? true : file !== "parsers.ts"))
.filter((file) => file !== "parsers.ts")
Copy link
Member Author

Choose a reason for hiding this comment

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

@sosukesuzuki

This takes me long time to figure out the problem. CI failed log

Is it possible to test with tsd or something else?

Copy link
Contributor

Choose a reason for hiding this comment

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

I also considered tsd, but it subtly did not fit our use case. I will consider other way.

@fisker fisker marked this pull request as ready for review March 23, 2023 13:32
@fisker fisker merged commit 6d21de1 into prettier:next Mar 24, 2023
@fisker fisker deleted the build-update branch March 24, 2023 00:44
@fisker fisker mentioned this pull request Mar 24, 2023
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Feb 13, 2024
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.

2 participants