Cryrivers / manta-style

🚀 The futuristic API Mock Server for Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road to v1.0

Cryrivers opened this issue · comments

Manta Style Limitations

  • extends keyword in interface declaration will be ignored
interface A extends B {
  key: string;
}
type A = B & { key: string };

Unimplemented Features

Considered

  • Validation features (given up)
  • Integration to JSONServer
  • Babel + Flow transformers and builders
  • Doc site generation