mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
show dom elements in value explorer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user