Scratch-JS icon indicating copy to clipboard operation
Scratch-JS copied to clipboard

Run ES6, CoffeeScript and LiveScript on any page from Chrome's DevTools!

Results 27 Scratch-JS issues
Sort by recently updated
recently updated
newest added

The extension is currently not working in Vivaldi browser under Arch Linux. Vivaldi is a browser based on Chrom(e/-ium) with an enhanced UI. I'm in no way affiliated with the...

sandbox for run code and new a sandbox every time to run code. this will avoid let/const declare before error. and add a console right side will be prefect! thanks

Is there a way to import libraries on the go in the browser? Would be a great feature if present. `import React, { Component } from 'react' `

**Work in progress** - This is not yet complete, as the error handling seems to be a little difficult (TypeScript seems to not be throwing SyntaxErrors, or anything else, when...

I think it's a common feature in editors, tried 'command /' doesn't work!

I wonder if it is or if you can run sccripts in standalone mode, similar to babel-standalone npm package

Looks like this is the main project for in-browser compiling: https://github.com/niutech/typescript-compile

It would be great for the editor to be able to autocomplete the names of properties, function names, variables, etc. Not sure how this would work with each of the...

enhancement

Would it be possible to see if `window._babelPolyfill` is set before loading the babel polyfill? I use babel polyfill in my own site and then when I switch to Scratch...

Please add "High compliancy" mode as in Babel (checkbox here https://babeljs.io/repl/). Currently this ES6 code ``` javascript if (true) { console.log(typeof value); // ReferenceError! let value = "blue"; // Temporal...