Michael Hays
Michael Hays
FYI, this went away for me when I changed these settings in my `tsconfig.json`: - [`module`](https://www.typescriptlang.org/tsconfig#module): `nodenext` -> `esnext` - [`moduleResolution`](https://www.typescriptlang.org/tsconfig#moduleResolution): `nodenext` -> `bundler` (Read more here: https://www.totaltypescript.com/tsconfig-cheat-sheet)
Nice, I'm no longer seeing this error in 14.0.4-canary.28!
Hate to be harsh, but, missing features like this makes it hard to justify continuing to use Box Platform 🫤
Oh wow, this looks great @trungtrandinh198! Are there plans to get this merged into the library?
Does no one else have this issue? I've checked every month or so for over a year now, and the bug still persists :')
Any chance we can get this implemented? The faux-ESM of this package has caused me quite a few headaches over the past year. I'm happy to create a PR if...
Yeah, still don't really love the API here. I ended up just making a utility function which accepts an array (instead of multiple arguments), and returns 0 for an empty...
@MichaReiser I just tested the nightly build on my existing codebase of ~50,000 LOC, and it works perfectly! No changes whatsoever in semicolons from the prettier output. Really impressive work...
Just wanted to report that enabling `jsonProtocol` reduced our cold starts on Vercel from ~8.5 seconds to ~4.5 seconds! With no issues found so far. 1,500 line `schema.prisma` file. Nice...
@zkulbeda I noticed the error message says `'prettier-plugin-tailwind'` instead of `'prettier-plugin-tailwindcss'`, is that the most recent error message?