stable

Clone or download

Read-only

vue.shims.d.ts should be scoped to the app level

The change done in d34e115fc9a98372b2a19e113883f4ca656e1eb2 was in fact incorrect. The resolution of what shape a .vue file has needs to be specific to the app. Some apps might need to load extension to Vue like Vuex that will not be visible for tools working on the full codebase at once (IDEs, code coverage...) resulting in errors/warnings. Part of story #13640: See minimal card display Change-Id: I50ebeeab7df94910065ab8f1691cd4643f902a6a

Modified Files

Name
R src/www/scripts/vue-components/vue.shims.d.ts Go to diff View file
A plugins/taskboard/scripts/taskboard/vue.shims.d.ts +23 −0 Go to diff View file
M tsconfig.json +1 −4 Go to diff View file