You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An index.d.ts file should be created in the root of the repository, which describes the extensions's JavaScript API using the TypeScript declaration file format.
Background
The k6lint and k6-extension-registrytypes checker checks if a TypeScript API declaration file (index.d.ts) for the k6 JavaScript extension exists in the root of the repository.
If index.d.ts does not exist, the extension will receive a lower grade. In this case:
An
index.d.ts
file should be created in the root of the repository, which describes the extensions's JavaScript API using the TypeScript declaration file format.Background
The k6lint and k6-extension-registry
types
checker checks if a TypeScript API declaration file (index.d.ts) for the k6 JavaScript extension exists in the root of the repository.If index.d.ts does not exist, the extension will receive a lower grade. In this case:
See also:
The text was updated successfully, but these errors were encountered: