show dom elements in value explorer

This commit is contained in:
Dmitry Vasilev
2023-07-17 05:21:05 +03:00
parent 7102e532f2
commit 190e05d21d
4 changed files with 104 additions and 38 deletions

View File

@@ -27,6 +27,10 @@ export const examples = [
path: 'ethers',
entrypoint: 'ethers/block_by_timestamp.js',
},
{
path: 'plot',
entrypoint: 'plot/index.js',
},
].map(e => ({...e, entrypoint: e.entrypoint ?? e.path}))
const files_list = examples