-
Notifications
You must be signed in to change notification settings - Fork 37
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
Mass Conversion of examples to class based syntax #1852
Comments
I didn't end up saving most of the regex for the conversions I think that would have slowed down the process a lot of not a lot of benefit. After a while of writing regex it started to come more naturally and it felt less important to keep a record as I was feeling confident that I could repeat the process again if I needed to and might even produce better regex. With that being said, here are some of the ones I did save, since they are already saved we might as well record them for posterity instead of deleting them.
|
Here are the steps I used
import { linkAndInstallPatch } from 'azle/test/jest_link';
There will be scripts in script/class_migration that will do a lot of these tasks automatically The do_all_something.js script will run a given script for all of the projects in a directory |
closed by #1853 |
The text was updated successfully, but these errors were encountered: