-
-
Notifications
You must be signed in to change notification settings - Fork 92
chore: use ci for prs #307
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
Conversation
|
✅ Deploy Preview for agitated-mahavira-26f8f9 canceled.
|
|
@Uzlopak I've added a commit to make the tests work again. If you think it doesn't make any sense, feel free to revert |
Signed-off-by: Aras Abbasi <[email protected]>
Signed-off-by: Aras Abbasi <[email protected]>
Signed-off-by: Aras Abbasi <[email protected]>
4f10f2c to
5966193
Compare
| const fixWin32Path = process.platform === 'win32' | ||
| ? (filePath) => new URL(fileUrl(filePath)) | ||
| : (filePath) => filePath |
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.
shouldn't this be extracted outside of this function?
We are re-creating the fix function on every invocation of loadBundle, but I don't think that the platform will change once is executed the first time.
Checklist
npm run test && npm run benchmark --if-presentand the Code of conduct