Trung Dang
Trung Dang
Should take #50 into consideration too.
Might be an independent feature, or per-model, or both, ref: #48
I think the best movement would be to release a semver major in which we convert the package to TS and let the build tool automatically create correct CJS and...
@lpinca I think for now we can try some small adjustments and check with `@arethetypeswrong/cli` to see if the import is fixed for a possible patch release?
> I suspect there's a simpler solution than the nuclear option described above. I'll try to poke at this today or tomorrow. We can try to fix the import/export, but...
Is it really false positive?, We are encountering invalid default export in applications just like the tool reports.
Hi @yusukebe, it is not enough to just call `getCookie` after `setCookie` currently, i.e.: ```js setCookie('k', 'val') getCookie('k') // Is `undefined`, not `'val'` ```
@IAmSSH Thats why I said not sure if this should be a feature request or bug, technically the current implementation is more correct when thinking as a request/response server, but...
Hi @usualoma, while its indeed not an invalid response, it might cause issues via aspects like + Response (header) limits, like AWS Lambda + When our client is not a...
Given that `shortcut` is our custom feature and it's usage context, I think we should the reorder the theme mode tokens (`dark`, `light`) for the `shortcut` parser to be the...