ts-plugin / ts-plugin/ts-import-plugin
Use without webpack/bundler. Bare typescript compilation, as a plugin
@Brooooooklyn is already working on this.
Since Apr 2, 2020.
- Dominant language
- TypeScript
- Stars
- 603
- Forks
- 36
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Hey there,
thx for this useful lib.
Are you interested in making this to be TypeScript compatible plugin, which can be used without any bundler? Currently the plugin ecosystem in TypeScript is pretty fragmented, see Microsoft/TypeScript#14419.
But there are efforts to make it universal, like using cevek/ttypescript (It's a wrapper of TypeScript compiler to make it possible to use plugin in universal way).
I needed a way to use this plugin without webpack and modify it to be compatible with cevek/ttypescript, and it works okay so far.
Let me know if you want to do this, I'll send a pull request
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.