abrasat

Results 16 comments of abrasat

Yes, it worked (my output folder is actually /dist), thank you very much! I tested my last version with several named exports instead of the default export, but I guess...

@losikov Adding the following setting into jest-config.js makes ts-jest ignore the *.js files, it solved the problem for me ``` testPathIgnorePatterns: [".d.ts", ".js"] ``` Found the solution here: [https://stackoverflow.com/questions/50145078/jest-typescript-tests-runs-twice-one-for-ts-files-and-one-for-js-files](https://stackoverflow.com/questions/50145078/jest-typescript-tests-runs-twice-one-for-ts-files-and-one-for-js-files)

Does this approach mean that the ViewModels keep their "state" (and are practically persistent) when navigating through different pages, as they are created only once at first page display ?

It works only if the Crc property is placed after the Subtype field. If I put it before (as I need in my application), it throws this exception: Error serializing...

I tried to use the Crc32 built-in with my example using SerializeWhen and Subtypes (see #225 ). This is the code modification that I did: ``` public class ValueDataInfo {...