summaryrefslogtreecommitdiff
path: root/serde_v8/src/magic/value.rs
AgeCommit message (Collapse)Author
2021-10-20chore: return serde_v8 to main repo (#12500)Aaron O'Mullan
Reduces fragmentation, avoids version drift and facilitates coordinating serde_v8 and op-layer changes
2021-06-09chore: move serde_v8 to separate repo (#10909)Bartek IwaƄczuk
Now available at https://github.com/denoland/serde_v8
2021-04-18refactor(serde_v8): move magic code to subfolder and minor cleanup (#10230)Aaron O'Mullan