-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
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
Src/extras/core: [remake] move to es6 classes #20656
Src/extras/core: [remake] move to es6 classes #20656
Conversation
resolved conflicts from related PR |
I think it's more safe if you mark your ES6 class PRs as |
I moved to draft earlier because things weren't checking out but, yes, should've done that in the first instance after initial PR tests failed. What was the respective example code that needed to be changed for this PR? Could I simply include that adjustment within this PR? |
@@ -17,7 +17,8 @@ test/* | |||
!test/*/ | |||
!test/*.* | |||
test/*.cmd | |||
test/*.ps1 |
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.
What are ps1 files?
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.
Windows PowerShell scripts.
|
||
function createPaths( text, size, data ) { |
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.
Why not keep this as a function outside the class?
This PR seems to be almost good to go. The only issue is the |
This PR is too old. Someone else has already changed I will remake again with the other changes I made. |
Related issue: #20143
Description
Remake of related issue.
PR also includes change to
.gitignore
, which added some .ps1 scripts when I rannpm i --prefix test