Skip to content

Conversation

@clairep94
Copy link
Collaborator

@clairep94 clairep94 commented Nov 4, 2025

Fix #3714

  • script/fetch-examples calls script/examples
  • inside script/examples we import the newly migrated /server/models/user file
  • this file needs to know to try to resolve both ts and js files, instead of just js

Fixes #issue-number 3714

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

Fix #3714
- script/fetch-examples calls script/examples
- inside script/examples we import the newly migrated /server/models/user file
- this file needs to know to try to resolve both ts and js files, instead of just js
@release-com
Copy link

release-com bot commented Nov 4, 2025

Release Environments

This Environment is provided by Release, learn more!
To see the status of the Environment click on Environment Status below.

🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-f0328da293

@clairep94 clairep94 marked this pull request as ready for review November 4, 2025 22:20
@clairep94 clairep94 changed the title Configure Babel for JavaScript and TypeScript Fix: 3741 - enable fetch-examples script to resolve both ts and js files Nov 4, 2025
@clairep94
Copy link
Collaborator Author

@raclim super quick one from the discord discussion starting here

Copy link
Collaborator

@raclim raclim left a comment

Choose a reason for hiding this comment

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

Thanks @clairep94 for documenting this and following up with a fix! Sorry that it took a while to get to this—I've been catching up after being on break. I think this makes snese to me!

@raclim raclim merged commit 7e119ec into develop Nov 24, 2025
2 checks passed
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.

Docker build fails at fetch-examples: Cannot find module '../models/user

3 participants