Javascript icon indicating copy to clipboard operation
Javascript copied to clipboard

Javascript language plugin for Light Table

Results 16 Javascript issues
Sort by recently updated
recently updated
newest added

When trying to execute an node 'express' application I have the following issue: > var app = exports = module.exports = {}; > ^ > > ReferenceError: exports is not...

I feel you should be able to watch variables inside for loops with lighttables watch, I could not. Maybe see comealive.io for an example. I also think a 'watch all'...

1. Create a node file e.g. test.js and add the following package.json in the same dir: ``` js { "name": "LightTableTest", "description": "...", "version": "0.0.1", "dependencies": { "es6-map": "^0.1.1" },...

bug

If I try to evaluate a program that uses a library extending native prototypes, LightTable loses connection with the Node process, saying it crashed, and the console reads the following:...

enhancement

When I use Ctrl-Shift-Enter in a Javascript file, the tick mark only appears on the first form in the file. I can eval individual forms using Ctrl-Enter.

bug

Initially started at: https://github.com/LightTable/LightTable/issues/1021 .

enhancement