gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
101 stars 17 forks source link

@example imports still buggy #34

Closed m-bock closed 3 years ago

m-bock commented 3 years ago

Unfortunately I introduced a regression bug with my previous PR.

There's a semicolon missing in those lines: https://github.com/gcanti/docs-ts/blob/master/src/Core.ts#L250-L251

That currently makes my-package/lib/foo and my-package/foo/bar imports to fail.

However, the problem is not solved by just adding the semicolons. I'll prepare a PR and add more info in there.

m-bock commented 3 years ago

Here's the PR: https://github.com/gcanti/docs-ts/pull/35