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,384 public repositories matching this topic...
-
Updated
Sep 11, 2020 - Java
-
Updated
Sep 12, 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
Sep 11, 2020 - Java
-
Updated
Sep 3, 2020 - Java
-
Updated
Sep 11, 2020 - Java
-
Updated
Aug 2, 2020 - Java
-
Updated
May 29, 2020 - Java
-
Updated
Sep 12, 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
Sep 12, 2020 - Java
-
Updated
May 15, 2020 - Java
-
Updated
Sep 9, 2020 - Java
Steps:
- Create a new course
- Click on the 'enroll' button
The page shows 'failed to load course' briefly while loading the page.
-
Updated
Sep 11, 2020 - Java
-
Updated
Aug 13, 2020 - Java
-
Updated
Sep 9, 2020 - Java
-
Updated
Sep 9, 2020 - Java
-
Updated
May 16, 2020 - Java
-
Updated
Sep 10, 2020 - Java
-
Updated
Sep 8, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Sep 9, 2020 - Java
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
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