turbo-secure-storage icon indicating copy to clipboard operation
turbo-secure-storage copied to clipboard

Issue with module resolution in 0.1.2

Open peterlazar1993 opened this issue 9 months ago • 2 comments

On installing 0.1.2 version of op-s2 vscode suddenly starts complaining. Screenshot 2024-05-02 at 14 16 57

On downgrading to 0.1.1 the problem goes away. This is baffling since I see no commits between these 2 versions which could cause this. Was something changed in the way the module is published?

Repro here

  • https://github.com/peterlazar1993/NewProject/tree/main
  • https://github.com/peterlazar1993/NewProject/tree/op-s2/0.1.1

peterlazar1993 avatar May 02 '24 12:05 peterlazar1993

If you do a pure tsc check does it complain? If not it's probably a pure VSCode issue

ospfranco avatar May 02 '24 12:05 ospfranco

Screenshot 2024-05-02 at 16 56 54

Just running tsc errors out as well

peterlazar1993 avatar May 02 '24 14:05 peterlazar1993

Should be fixed now (0.1.7), I re-added the build preparation step. Shouldn't be necessary but at least it works.

ospfranco avatar May 28 '24 05:05 ospfranco