Closed m-bock closed 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.
my-package/lib/foo
my-package/foo/bar
However, the problem is not solved by just adding the semicolons. I'll prepare a PR and add more info in there.
Here's the PR: https://github.com/gcanti/docs-ts/pull/35
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
andmy-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.