terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

make 'teraslice-cli assets init --registry' compatible with typescript #3615

Closed busma13 closed 1 month ago

busma13 commented 2 months ago

Currently teraslice-cli assets init --registry creates or updates asset/index.js. If we want this to work for typescript repos it needs to create an index.ts file within asset/src.

I have temporarily added a check for typescript that throws an error, so an incorrect index.js is not created.

busma13 commented 2 months ago

This feature has been added to #3616