This didn't got too much attention yet, but imho the AWS Solution Constructs are a super nice extension to the already existing level constructs for CDK! π
What's the difference & main benefit? π€
| Website | https://johanneskonings.dev/ |
This didn't got too much attention yet, but imho the AWS Solution Constructs are a super nice extension to the already existing level constructs for CDK! π
What's the difference & main benefit? π€
How to convert CommonJS to ESM
@deno_land
https://deno.com/blog/convert-cjs-to-esm
One big difference between a type checker and a linter:
- type checks are configurable at the *project* level
- lint rules are configurable at the *rule* level
(at least in web dev today)
E.g. you wouldn't often want TypeScript to enforce something with nuance based on your specific application architecture and how you choose to use built-in constructs.
The biggest sub-example is floating Promise detection. People constantly ask for that built into TypeScript. You never want ...
1/π§΅
π These two months, we redistributed our funds to **Marco Ippolito**, @johnsoncodehk, @eslint, libvips, CSSTree, Discovery.js, @pnpm, Iconify for their amazing work!
π Thanks to **logto.io** and all the sponsors for making this possible!
https://opencollective.com/antfu/updates/anthony-fu-fund-redistribution-july-and-august-2024
The latest AWS open source newsletter is out. Lots of new projects and stuff on your favourite open source projects. Dive in -> https://community.aws/content/2lEQqY1XJZZxCGRztsxlG8vXbQc/aws-open-source-newsletter-203
The next release of @tseslint will include a dedicated "no-deprecated" rule! πβ¨
It's similar to the existing deprecation/deprecation rule, but comes as part of tseslint & enabled in the strictTypeChecked config.
https://github.com/typescript-eslint/typescript-eslint/pull/9783
Thread on JSDoc parsing...
1/π§΅
PR Checklist Addresses an existing open issue: fixes Rule proposal: Warn when deprecated APIs are used (eslint-plugin-deprecation) #8988 That issue was marked as accepting prs Steps in Contribu...
Just posted a 3,000+ word tech spec for how I plan on writing a composable, testable, type-safe repository template engine.
https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1181#issuecomment-2284797207
It's really, really painful *not* having something like this right now. I'm really excited to try to build it soon!
Bug Report Checklist I have pulled the latest main branch of the repository. I have searched for related issues and found none that matched my issue. Overview create-typescript-app has come a long ...