Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

wildcard in declarations.d.ts breaks wallaby #9

Closed
spicemix opened this issue Oct 26, 2016 · 0 comments
Closed

wildcard in declarations.d.ts breaks wallaby #9

spicemix opened this issue Oct 26, 2016 · 0 comments
Labels

Comments

@spicemix
Copy link
Contributor

Just FYI, I was trying to integrate https://github.com/wallabyjs/ionic2-boilerplate with the new 0.9 release and it wouldn't work because of

// declarations.d.ts
declare module '*';

changing that to

// declarations.d.ts
declare module 'lodash-es/filter';

allowed it to still compile the example code and have wallaby work at the same time. I suggest making that change in master along with a note in the code suggesting the end-user update any extra declarations rather than shipping a wildcard by default.

Thanks for your amazing work on this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants