kitten / bs-flow-parser

Flow's JavaScript parser, packaged and adapted for BuckleScript
MIT License
9 stars 3 forks source link

Upgrading BuckleScript to 6.x? #1

Open zth opened 4 years ago

zth commented 4 years ago

Hi,

Thank you very much for this project! I was wondering, what're your thoughts on upgrading the BS platform depdendency to 6.x? What do you think would need to be done for it to work? I'd gladly do the work if you could point me in the right direction.

Thanks!

austindd commented 4 years ago

@zth, I'm looking into using this package for my own purposes. I'm interested in supporting any efforts to improve it. I suppose right now the goal would be to upgrade to 7.0.1+.

zth commented 4 years ago

Maybe this will help you too: I've forked and upgraded this to bs-platform 6.0.0, but I'm using it in projects with bs-platform 7 and it seems to be working fine.

Source available here: https://github.com/zth/bs-flow-parser Package published as @gabnor/bs-flow-parser if you want to try it out directly. Please note publishing as a scoped package affects the namespace, so in my fork you reference it by GabnorBsFlowParser instead of just BsFlowParser.

austindd commented 4 years ago

@zth, Thanks for the reply. I will certainly take a look at your fork. Thanks for the heads up!

kitten commented 4 years ago

I haven’t maintained this in a while but I’ll see whether I can bring this up-to-date soon which will actually make some of the patches obsolete 👍

sorenhoyer commented 3 years ago

Would love to see bs-platform bumped to version 8.2.0. Been trying for a week now but without luck.