JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 2,340 public repositories matching this topic...
-
Updated
Aug 26, 2020 - Java
-
Updated
Aug 27, 2020 - Java
There seems to be an issue with parsing composite character sequences.
Composite character İ consist of the base character and combining character sequence (U+0049)(U+0307)
Using this character causing the compiler to fail with the parser error.
Example code
var bar = {
İ: "foo"
};
Compiler error
input0:2: ERROR - [JSC_PARSE_ERROR] Parse error. Ch
Bug Report
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
@capacitor/android 2.2.0
@capacitor/ios 2.2.0
[su
-
Updated
May 3, 2020 - Java
-
Updated
Aug 25, 2020 - Java
-
Updated
Aug 5, 2020 - Java
-
Updated
Aug 18, 2020 - Java
-
Updated
Aug 28, 2020 - Java
-
Updated
Aug 2, 2020 - Java
-
Updated
May 29, 2020 - Java
-
Updated
Aug 10, 2020 - Java
SwiftSyntax is at version 5.2 (release tag is 0.50200.0). Piranha uses the 5.1 version and this may be causing issues to users who are on the latest versions of Xcode. See compatibility error here.
This issue is to upgrade PiranhaSwift to use the latest version.
-
Updated
May 15, 2020 - Java
-
Updated
Aug 25, 2020 - Java
-
Updated
Jul 2, 2020 - Java
In the Download results button, add a space between the spinner and the button label when a download is in progress.
-
Updated
Aug 9, 2020 - Java
-
Updated
Aug 13, 2020 - Java
-
Updated
Aug 22, 2020 - Java
-
Updated
Aug 24, 2020 - Java
-
Updated
Aug 29, 2020 - Java
-
Updated
May 16, 2020 - Java
-
Updated
Aug 24, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Aug 27, 2020 - Java
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
js13kGames competition
August - September 2020 • Online

Since
stateis a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject thestatekeyword in guard definitions or thestatetemporary variable produced by the processor should be renamed to avoid this conflict.Here's an example:
<img width="629" alt="screen