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

feat(engine): allow custom debugproc char #1393

Merged
merged 4 commits into from
Mar 3, 2025

Conversation

MattGould1
Copy link
Contributor

@MattGould1 MattGould1 commented Mar 1, 2025

Allows for a custom debugproc char (some people don't have easy access to ~)

Also removes NODE_ALLOW_CHEATS seems to be unused

// minify: true,
// sourcemap: 'linked',
}).catch((e) => { throw new Error(e); });
const bundle = await esbuild
Copy link
Contributor Author

Choose a reason for hiding this comment

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

My formatter has changed many of the files I touched, could this actually be correct though? I saw the project has a .prettierrc and I'm using prettier as my default formatter

Copy link
Contributor

@Pazaz Pazaz Mar 1, 2025

Choose a reason for hiding this comment

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

Yes, no worries, we have to run prettier over the whole codebase still to normalize it

Copy link
Contributor

Choose a reason for hiding this comment

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

Did you mean to commit this change to ::~random?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops :) no let me fix

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay soz, fixed that

@MattGould1 MattGould1 force-pushed the feature/allow-custom-debugproc branch from abb5ed2 to 631112c Compare March 1, 2025 09:50
@MattGould1 MattGould1 changed the title Feat(engine): allow custom debugproc char feat(engine): allow custom debugproc char Mar 1, 2025
Co-authored-by: kylmp <14829626+kylmp@users.noreply.github.com>
@Pazaz Pazaz merged commit 2f9dfcd into 2004Scape:main Mar 3, 2025
1 check 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.

3 participants