runtime
Here are 639 public repositories matching this topic...
-
Updated
Oct 13, 2020
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
-
Updated
Oct 30, 2018 - C++
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Oct 6, 2020
-
Updated
Sep 5, 2020 - Objective-C
-
Updated
Oct 11, 2020 - TypeScript
-
Updated
Oct 11, 2020 - C++
-
Updated
Oct 14, 2020 - Java
Add tests for all the js/ts files inside testing/ and std/
The test file should be named in the pattern *_test.js for elsa to identify it as a test file.
Example:
// some_test.js
import { eq } from "./utils.ts";
Elsa.tests({
"test mode == `test`": function () {
eq(Elsa.mode, "test");
},
});and run ./elsa test
Marking as a good first issue as anyo
-
Updated
Oct 9, 2020 - Rust
-
Updated
Oct 13, 2020 - C
-
Updated
Aug 2, 2020 - C
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Jan 18, 2019 - C++
-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 22, 2020 - Swift
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Mar 25, 2019 - Objective-C
Improve this page
Add a description, image, and links to the runtime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the runtime topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
merger happened long back, and predates the earliest supported versions.
Describe the solution you'd like
remove references to
io.jsfrom the docs, aiming to reduce confusion.Describe alternatives you've considered
status-quo.