elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
111 stars 67 forks source link

Fix generation output type check #2613

Closed pquentin closed 4 weeks ago

pquentin commented 4 weeks ago

Without https://github.com/elastic/elasticsearch-specification/pull/2612, the generated types.ts are not valid TypeScript. But we did not notice because the tsc --noEmit call was not looking at the actual output which is in a different directory. I'm not including #2612 on purpose here to make sure the CI breaks with that fix.

pquentin commented 4 weeks ago

Closing in favor of #2614 as I opened this one from a fork.