Important
The repository has been moved to es-meta/ecma-visualizer.
ECMAScript Visualizer is a Chrome extension that provides example programs for each part of the ECMAScript/JavaScript specification (ECMA-262). The example programs are served from ecma-visualizer-resources
.
Download the repository and enter the directory:
git clone https://github.com/ku-plrg/ecma-visualizer
cd ecma-visualizer
Then, run the following command to build the visualizer:
npm install && npm run build
And follow the instructions below to install the visualizer extension:
- Open the Chrome browser and enter
chrome://extensions/
. - Turn on the Developer mode on the top right corner.
- Click the Load unpacked button and select the
ecma-visualizer/dist
directory.
The chrome extension currently works on ES2024 web page: https://tc39.es/ecma262/2024/.
- Go to the Chrome Developer Dashboard
- Sign in to the developer account
- Click the Add new item button
- Click Choose file > your zip file > Upload