gcanti / gcanti/io-ts-codegen

Generate externs for google closure compiler

Open
#35 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
159
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Google closure compiler mangles all the property names unless you either use bracket syntax to access property (`foo['bar']` instead of `foo.bar`) or specify extern file with external declarations (works similar to ambient declarations in typescript).

Would be extremely nice to be able to generate extern definitions for closure compiler!

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.