Alexander Kachkaev
Alexander Kachkaev
๐ @maxhudson have you found a workaround by a chance?
2ยข: Might be worth adding tests for `import.meta.filename` / `import.meta.dirname`. I encountered this today in `next.config.ts`: ``` /path/to/monorepo/apps/frontend/next.config.compiled.js:218 outputFileTracingRoot: _nodepath.default.resolve(import.meta.dirname, '../..'), ^^^^ SyntaxError: Cannot use 'import.meta' outside a module at...
Looks like there is a new attempt to resolve this problem: https://github.com/vercel/next.js/pull/83120 ๐
Yeah `jsondiffpatch` [is ESM only since 0.6.0](https://github.com/benjamine/jsondiffpatch/releases/tag/v0.6.0). It was released in December 2023 which is almost two years ago. The transition from CJS to ESM has been going on for...
> I think this would be a breaking change unfortunately. In theory, it may be avoidable if you add a new entry point: ```ts import eslintPluginBetterTailwindcssConfigs from "eslint-plugin-better-tailwindcss/configs"; /** @type...
Iโm facing this issue when generating an svg vega chat in Node.js. Interestingly, font metrics can be fixed just by installing [node-canvas](https://github.com/Automattic/node-canvas). This creates another problem though because my project...
I agree with you that `function ComponentA () { return }` is the best way to declare a component. Iโve been using this style in greenfield projects for quite some...
> Our team globally disabled prefetch @carlos-dubon, how did you do this?
๐ @dcastil! I am able to reproduce this: https://codesandbox.io/p/devbox/tailwind-merge-573-forked-plgj9r  If `leading-*` is placed before `text-*`, it gets deleted. It makes sense in theory if we use something like `text-lg`...
Caused by https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/325