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,331 public repositories matching this topic...
-
Updated
Aug 14, 2020 - Java
-
Updated
Aug 20, 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
Jul 30, 2020 - Java
-
Updated
Aug 5, 2020 - Java
-
Updated
Aug 18, 2020 - Java
-
Updated
Aug 21, 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 10, 2020 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 9, 2020 - Java
-
Updated
Aug 13, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
May 16, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Aug 21, 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
In a Node class generated by Truffle's code generator, the static
create()method is the method most often called directly from user code. Currently, this method is located at the bottom of the (often large) generated source file. It would be nice if this method was instead located near the top of the file, as this would make it much easier to discover and navigate to.