https://astexplorer.net with ES Modules support and Hot Reloading
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or yarn
command line tools.
npm install astexplorer.app --save
- @electron-forge/cli: A complete tool for building modern Electron applications
- chalk: Terminal string styling done right
- chokidar: Minimal and efficient cross-platform file watching library
- electron: Build cross platform desktop apps with JavaScript, HTML, and CSS
- electron-devtools-installer: An easy way to install Dev Tools extensions into Electron applications
- rollup: Next-generation ES module bundler
- rollup-plugin-typescript2: Seamless integration between Rollup and TypeScript. Now with errors.
- ttypescript: Over TypeScript tool to use custom transformers in the tsconfig.json
- typescript: TypeScript is a language for application scale JavaScript development
- @electron-forge/maker-zip: ZIP maker for Electron Forge
- @types/chokidar: Stub TypeScript definitions entry for chokidar, which provides its own types definitions
- @typescript-eslint/eslint-plugin: TypeScript plugin for ESLint
- @typescript-eslint/parser: An ESLint custom parser which leverages TypeScript ESTree
- babel-plugin-transform-async-to-generator: Turn async functions into ES2015 generators
- babel-preset-env: A Babel preset for each environment.
- babel-preset-react: Babel preset for all React plugins.
- electron: Build cross platform desktop apps with JavaScript, HTML, and CSS
- eslint: An AST-based pattern checker for JavaScript.
- eslint-plugin-import: Import with sanity.
- jscodeshift: A toolkit for JavaScript codemods
MIT