-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat(engine): allow custom debugproc char #1393
Conversation
// minify: true, | ||
// sourcemap: 'linked', | ||
}).catch((e) => { throw new Error(e); }); | ||
const bundle = await esbuild |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay soz, fixed that
abb5ed2
to
631112c
Compare
Co-authored-by: kylmp <14829626+kylmp@users.noreply.github.com>
Allows for a custom debugproc char (some people don't have easy access to
~
)Also removes
NODE_ALLOW_CHEATS
seems to be unused