https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy
Basically since the current decorators transform throws an error, we should just move the implementation (even though it's the older stage-1 spec) into the babel repo. We'll do this in Babel 7 so it doesn't cause issues for anyone
We'll also want to change stage-1 to refer to the current transform again (reverting the previous pr) but we can do that.
make build
after a source code change or better just run make watch
in another terminal window to auto run babel while you are developinggit checkout 7.0
and then make a branch off of that to PRpackages/
directory. Try to keep the structure of the current repo but then replacing with src/tests/readme and merge the correct things where possible.@hzoo I'd like to work on this, if you don't mind
Sounds good! I would recommend checking out our slack community if you need help (or comment here)
Most helpful comment
@hzoo I'd like to work on this, if you don't mind