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 release-com bot deployed to p5.js-web-editor: clairep94-patch-3714 (tedb68f) November 4, 2025 22:17 Active
@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

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

2 participants