fisker Cheung
fisker Cheung
Explicit Resource Management has (conditionally) advanced to Stage 4 https://x.com/rbuckton/status/1927744228576129247
> You mean just path.resolve() without parameters right? Yes.
//cc @axetroy @fregante mentioning you since you are involved in #2428
I'm able to make all format tests passed, with some tests disabled. There are lots of bugs in parser, many cases are caused by position problems, I guess because character...
Ran all our js parsers on js files in codebase ```console $ yarn debug src/**/*.js -c --parser=babel && yarn debug src/**/*.js -c --parser=acorn && yarn debug src/**/*.js -c --parser=espree &&...
Working branch https://github.com/fisker/prettier/tree/oxc
> So if you have found any discrepancies in range offsets, please do raise an issue - that's a bug, and we'll fix it. That's posted 3 months ago. >...
I just ran a test on Prettier repo Script ```sh echo babel time yarn debug "**/*.js" --parser=babel --with-node-modules > /dev/null echo acorn time yarn debug "**/*.js" --parser=acorn --with-node-modules > /dev/null...
For TS Script ```sh echo babel-ts time yarn debug "**/*.ts" --parser=babel-ts --with-node-modules > /dev/null echo typescript time yarn debug "**/*.ts" --parser=typescript --with-node-modules > /dev/null echo oxc-ts time yarn debug "**/*.ts"...
> the rest of Prettier is single-threaded We have a parallel CLI now.