napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.03k stars 32 forks source link

feat: flatten claims to align with rfc #780

Closed tada5hi closed 4 months ago

tada5hi commented 5 months ago

resolves #781

tada5hi commented 4 months ago

@Brooooooklyn seems like the hashmap has solved the problem ^^

tada5hi commented 4 months ago

@Brooooooklyn i'm not sure why the CI / stable - i686-pc-windows-msvc - node@20 workflow is failing. For me the expected and actual output are the same and all other workflows are running fine :see_no_evil:. Maybe you can have a look on this.

packages\jsonwebtoken__tests__\jsonwebtoken.spec.ts:37

36: set: ['KL', 'TV', 'JI'], 37: nest: { id: 'poly' },
38: }

Difference (- actual, + expected):

tada5hi commented 4 months ago

@Brooooooklyn can i help to move this forward ?