gristlabs / gristlabs/ts-interface-builder

Add namespaces

Open
#27 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
138
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Input
```
export namespace iAppConfig {
export interface ServiceConfig {
key: string;
token: string;
}
}
```

Output is for empty file:
```
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
const exportedTypeSuite: t.ITypeSuite = {
};
export default exportedTypeSuite;
```

Quick fix - just to ignore namespaces

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.