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

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 0.9.0 to 8.4.1. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn and minimist minimist before...

security vulnerability
dependencies

Bumps [harbor](https://github.com/logicalparadox/harbor) from 0.2.0 to 0.3.0. Changelog Sourced from harbor's changelog. 0.3.0 / 2014-10-01 clean up the codes clean up repo Merge pull request #1 from mgesmundo/master Fix: claim method...

dependencies

Hi There, This project is still using an old implementation of LGTM's automated code review, which has now been disabled. To continue using automated code review, and receive checks on...

1. mouseover a function call or an assignment 2. hold pmeta 3. the function's name gets underlined 4. right click 5. scroll to the declaration in the file BONUS If...

Some HTML-based app environments (e.g. Windows Web Apps) do not support cross-domain script inclusion but they do support cross-domain XHRs. This change adds a connection type ("HTML App (XHR)") for...

This is related to https://github.com/LightTable/Javascript/issues/20, https://github.com/LightTable/LightTable/issues/2146 and https://github.com/LightTable/LightTable/issues/491

As reported in [this issue](https://github.com/LightTable/LightTable/issues/497#issuecomment-136026822), unable to eval in a js file because it syntax errors out. Steps to reproduce: - `git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/mobileapps.git` - Try evaling [this line](http://git.wikimedia.org/blob/mediawiki%2Fservices%2Fmobileapps/master/server.js#L12). Evaling...

In Node.js version 8 when the NodeJS connection is run it errors with: node[stderr]: (node:6556) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node...

bug

I would want to use the NodeJS connection to be able to evaluate my NodeJS web server application, but it seems the process doesn't have enough allocated memory to be...