-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property 'find' does not exist on type 'Token[]'. #928
Comments
Hi, thanks for raising the issue. For which sample is this? It should work if you use |
@fhinkel Hi this is on the typescript sample. I've adjusted my tsconfig.json to
But I still get a compilation error |
@JustinBeckwith Could you have a look at the typescript samples? Thanks |
Greetings @SeanningTatum! I can't find the exact code you're trying anywhere in the repo, or any of the other repositories we have here. Could you share the specific file where you're seeing this stuff? Including the url? If all else fails, a complete example (that I can run) would be super, super helpful :) |
@JustinBeckwith I was running the with-typescript example. And sorry I can't provide you a complete example. |
Can you point us towards the |
We updated the sample. Could you try again? Thanks! |
Closing this due to inactivity. Let us know if the update didn't fix it and we can reopen the issue. |
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/nodejs-speech@v5.0.2...v5.0.3) (2022-09-22) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#928](googleapis/nodejs-speech#928)) ([ea654b5](googleapis/nodejs-speech@ea654b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release \*beep\* \*boop\* --- ### [2.3.7](https://www.github.com/googleapis/nodejs-vision/compare/v2.3.6...v2.3.7) (2021-07-21) ### Bug Fixes * Updating WORKSPACE files to use the newest version of the Typescript generator. ([#928](https://www.github.com/googleapis/nodejs-vision/issues/928)) ([f5cddc5](https://www.github.com/googleapis/nodejs-vision/commit/f5cddc5086a96ddc4255017366422df40a6efaf5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/nodejs-speech@v5.0.2...v5.0.3) (2022-09-22) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#928](googleapis/nodejs-speech#928)) ([ea654b5](googleapis/nodejs-speech@ea654b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Typescript recognize es6 array functions
I've tried creating a
tsconfig.json
but still doesn't workThe text was updated successfully, but these errors were encountered: