Last 12 weeks Β· 0 commits
4 of 6 standards met
Repository: vuejs/vuex. Description: ποΈ Centralized State Management for Vue.js. Stars: 28399, Forks: 9523. Primary language: JavaScript. Languages: JavaScript (91.3%), TypeScript (8.7%). License: MIT. Homepage: https://vuex.vuejs.org Topics: javascript, state-management, time-travel, vue, vuex. Latest release: v4.0.2 (4y ago). Open PRs: 44, open issues: 99. Last activity: 1y ago. Community health: 50%. Top contributors: yyx990803, kiaking, ktsn, Alex-Sokolov, Jinjiang, kazupon, djyde, MachinisteWeb, blake-newman, gbezyuk and others.
JavaScript
3.xηδΎεθ’« 4.xηδΎεθ¦ηδΊοΌδΈθ½½3.x vuexοΌιι’ηδΎεε΄ζ―4.xηvuex api
Hi! π Firstly, thanks for your work on this project! π Today I used patch-package to patch for the project I'm working on. Typescript with nodenext resolution ignores the "typings" property completely when "exports" is specified, which causes typescript to complain that it can't find any type definitions for this package. https://github.com/microsoft/TypeScript/issues/49160#issuecomment-1137482639 This should work fine on both v3 and v4, since both have the same issue with typescript and the exports object. Here is the diff that solved my problem: This issue body was partially generated by patch-package.