Skip to content

Conversation

@BeksOmega
Copy link
Contributor

@BeksOmega BeksOmega commented Aug 1, 2022

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Work on #5857

Proposed Changes

Changes the names of all of the files from .js to .ts

Behavior Before Change

No change in behavior.

Behavior After Change

No change in behavior

Reason for Changes

No change in behavior

Test Coverage

N/A

Documentation

I mean we probably have stuff that references xthing.js but ¯\_(ツ)_/¯

Additional Information

Cherry-pick of the first commit of ts/migration

Tests will be fixed by the next PR (#6242)

@BeksOmega BeksOmega requested a review from a team as a code owner August 1, 2022 19:59
@BeksOmega BeksOmega requested a review from cpcallen August 1, 2022 19:59
@BeksOmega BeksOmega force-pushed the ts/rename-all-files branch from d341efa to 13e829b Compare August 1, 2022 19:59
@BeksOmega BeksOmega changed the title fix: rename all JS files to TS files chore: rename all JS files to TS files Aug 1, 2022
@BeksOmega BeksOmega requested review from rachel-fenichel and removed request for cpcallen August 1, 2022 20:00
@BeksOmega BeksOmega assigned rachel-fenichel and unassigned cpcallen Aug 1, 2022
Copy link
Contributor

@maribethb maribethb left a comment

Choose a reason for hiding this comment

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

maybe add a note that the tests will be fixed in the next PR for future / outside reference but lgtm

@BeksOmega
Copy link
Contributor Author

maybe add a note that the tests will be fixed in the next PR for future / outside reference but lgtm

Done!

@BeksOmega BeksOmega merged commit 27d6760 into RaspberryPiFoundation:develop Aug 1, 2022
cpcallen added a commit to cpcallen/blockly that referenced this pull request Sep 12, 2022
core/blockly.js was removed from the ts/migration branch in PR RaspberryPiFoundation#6261,
but for some reason when ts/migration was merged into develop via
a two step process something went wrong:

* as expected, blockly.js got renamed to blockly.ts in PR RaspberryPiFoundation#6297, but
* for some reason it got re-added under its original name in PR RaspberryPiFoundation#6299.

Since the file should not exist, is not used, and has proven to
cause confusion (to me at least!), delete it again, hopefully for
good this time.
@cpcallen cpcallen mentioned this pull request Sep 12, 2022
4 tasks
cpcallen added a commit that referenced this pull request Sep 14, 2022
core/blockly.js was removed from the ts/migration branch in PR #6261,
but for some reason when ts/migration was merged into develop via
a two step process something went wrong:

* as expected, blockly.js got renamed to blockly.ts in PR #6297, but
* for some reason it got re-added under its original name in PR #6299.

Since the file should not exist, is not used, and has proven to
cause confusion (to me at least!), delete it again, hopefully for
good this time.
@BeksOmega BeksOmega deleted the ts/rename-all-files branch October 4, 2022 18:11
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.

4 participants