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

Replacing the existing compilation process with Babel #172

Merged
merged 4 commits into from
Jun 10, 2020

Conversation

TheBlackParade
Copy link
Contributor

This allows us to have ES6 plugins right alongside our TS plugins. :)

@TheBlackParade TheBlackParade self-assigned this Jun 10, 2020
@TheBlackParade TheBlackParade added the work in progress Work in progress label Jun 10, 2020
delete cache.dataChannel;
delete cache.metaChannel;
delete cache.indexChannels;
delete cache.indices;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeet

@@ -428,7 +428,7 @@ export class World {

const spawnChunk = this.chunkManager.getChunkForWorldPosition(new Position(x, y, 0));

for(let i = 0; i < 990; i++) {
for(let i = 0; i < 1500; i++) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

More POWER

@TheBlackParade TheBlackParade marked this pull request as ready for review June 10, 2020 22:44
@TheBlackParade TheBlackParade removed the work in progress Work in progress label Jun 10, 2020
@TheBlackParade TheBlackParade merged commit 1724641 into master Jun 10, 2020
@TheBlackParade TheBlackParade deleted the feature/babel branch June 10, 2020 22:44
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.

1 participant