You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Typescript Declaration File Fix
- Updated the lib.d.ts declaration file to add back the module for `vuetify/lib/directives`.
This matches the same module setup as the ES5 a-la-carte model. As well as the documentation for loading the directives directly from `vuetify/lib/directives`
- According to the other files I noticed that the directives were expected to be in a directives object when being imported from `vuetify/lib`.
I've updated the export to wrap the directives only from `vuetify/lib` to be encapsulated in the `directives` namespace.
* Adding the missing Intersect and Mutate to Lib and alacarte
* - reverted the entry lib back to the full export of directives as per the review comments
- Since the entry lib is exporting all directives, I've modified the lib.d.ts types file to reflect it properly
```
Test Suites: 172 passed, 172 total
Tests: 52 skipped, 1325 passed, 1377 total
Snapshots: 559 passed, 559 total
Time: 81.07s
Ran all test suites.
```
* Fixing the Travis failure
- Had to update the test for Lib.ts, Directives isn't actually exporting as an encapsulated object, so it has to be imported from the directives module
- removed the extra import from the lib.d.ts that was causing a full on meltdown of the linter
0 commit comments