maurer2
maurer2
Hello, here is a more detailed description of the feature: https://blog.logrocket.com/const-assertions-are-the-killer-new-typescript-feature-b73451f35802/ Cheers
Hello, probably, but you can use https://github.com/tamino-martinius/node-ts-dedent instead. Cheers
Hello, as a workaround you could use `VFC` or `VoidFunctionComponent`. Cheers
Hello, in order to use this postcss plugin with webpack you have to create a webpack config file and use the plugin as a postcss-loader plugin like so: ### Use...
Bump. Removed esm from example as esm is unmaintained (https://github.com/standard-things/esm/issues/893)
Okay, thanks, that makes sense. Perhaps `Object.hasOwn` could just be mentioned as an alternative for modern browsers instead? Like so maybe: - [3.7](#objects--prototype-builtins) Do not call `Object.prototype` methods directly, such...
Hello, I created a pr with the proposed changes here: https://github.com/airbnb/javascript/pull/2610 Cheers
Hello, sounds like a good idea. Would probably look something like this for TS 4.9+ (not sure why there is a "001"): > ```export const countryCodes = ['001', 'AC', 'AD',...
Validation for E.164 phone numbers could be added via regex. It should validate most, albeit not all e164 numbers, correctly. See documentation from Twilio/Sendgrid: https://www.twilio.com/docs/glossary/what-e164#regex-matching-for-e164 Cheers
Hello, I think this would be a good idea. This approach works well for simple unicode characters, but it doesn't seem to work correctly for more complex emojis like this...