The following line of regex broke on my codebase when trying upgrade to v10: ```rescript let blockCommentsRe = %re("/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*+\\//g") ``` Here is a [playground of this](https://rescript-lang.org/try?code=DYUwLgBARsD2DGBrAwrAtmkA7MBnASiBALwQCkATiABQBEA9ADqNOMBU1A2gHpsC6AH07MKzLIOrM2Aai696g4Y1GNxASg1sp05vXoBzWmoBQQA) working in the current stable rescript version. Many thanks for the hard work, super excited that rescript is moving forward :pray: