Jon Surrell

Results 66 comments of Jon Surrell

Thanks for the issue @cubeghost, it seems valid and it would be a nice improvement. Would you be interested in working on it? It's clear you've spent some time looking...

Do the other examples work? For example does `userInfo()` work? This is related to #296 which could make debugging these issues easier.

`createPost()` is more likely to have other problems. Maybe there's an issue with the post data, quotas, or something else. `userInfo()` should be a simple way to test whether it's...

Closing due to inactivity.

> I thought this package was already fully typed. Is renaming to ts files necessary? Changing the file extension doesn't change much here. This package is typechecked, types are generated...

👋 @jpstevens If you'll update this PR on the latest `trunk` and remove types from JSDoc, we can likely give this a final review and land it.

👋 @jpstevens Thanks for this! If you'll update this PR on the latest `trunk` and [address feedback](https://github.com/WordPress/gutenberg/pull/61541#pullrequestreview-2054996395) we can likely give this a final review and land it.

👋 @jpstevens Thanks for this! If you'll update this PR on the latest `trunk` and [address feedback](https://github.com/WordPress/gutenberg/pull/61573#pullrequestreview-2054954066) we can likely give this a final review and land it.

@jpstevens Thanks for your work on these PRs migrating to TypeScript. I don't think there's value in migrating this small test file to TypeScript, especially when it's so full of...

To add some context, the babel plugin mentioned works because it's going to transform the `warn()` calls into something else. What we have here is like this: ```js if (...