Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 5,480 public repositories matching this topic...
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
Updated
May 7, 2021 - JavaScript
Description
According to documentation gatsby-plugin-sitemap should only generate sitemap-index when having more entries than entryLimit option
entryLimit(number = 45000) Number of entries per sitemap file, a sitemap index and multiple sitemaps are created if you have more entries.
With re
Cybernetically enhanced web apps
-
Updated
May 7, 2021 - TypeScript
Bug Report
Current behavior
No core-js polyfills in the final bundle.
Since babel/babel#10862 the core-js polyfill paths always have .js extension.
In shouldReplace function https://github.com/babel/babel/blob/41085248560b1403b8d0f99f108491e679531c6c/packages/babel-preset-env/src/polyfills/corejs3/entry-plugin.js#L52-L64
the module path is compared wi
-
Updated
May 7, 2021 - JavaScript
The Kotlin Programming Language. Join Kotlin release event: https://kotl.in/15-event
-
Updated
May 7, 2021
What pain point are you perceiving?.
I'm reviewing Marked documentation, attempting to create a custom setup where, it transforms new lines starting with 'notice: ' into a specifically formatted DIV. By my understanding I need to first add a custom named tokenizer and then a renderer based on it? Or am I going about this the wrong way?
Describe the solution you'd like
I'd like to ea
An extremely fast JavaScript bundler and minifier
-
Updated
May 7, 2021 - Go
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
May 7, 2021 - V
- It took me a while to understand this error message. I thought it meant I didn't have Node 15 locally
- It'd be great to link all error messages to markdown files in the repo so that we can expand and improve them over time
The official mirror of the V8 Git repository
-
Updated
Apr 20, 2021 - C++
How To
Below is a list of properties missing from our current css prefix implementation.
Use ./script compiler-create-prefix [propertyName]. thanks @ematipico!
This will create:
internal/compiler/transforms/compile/css-handler/prefix/prefixes/[propertyName].tsinternal/compiler/transforms/compile/test-fixtures/css-handler/prefix/[propertyName]/input.css- `website/src/docs/
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
-
Updated
Apr 18, 2021 - Java
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
May 7, 2021 - TypeScript
Hello! cc @dcodeIO
As we discussed in a few other threads, we discussed the changes in the weekly meeting: AssemblyScript/working-group#58 (comment)
I think, as we also agreed, that for a better developer experience for those first learning AssemblyScript, we should: "make --optimize alias to --optimize-performance (-O3) and then make a new flag `-
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
A compiler from Go to JavaScript for running Go code in a browser
-
Updated
May 3, 2021 - Go
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
May 7, 2021 - Python
In numba/stencils/stencil.py, there are various places (like line 552, "if isinstance(kernel_size[i][0], int):") where we check for "int" in relation to neighborhoods. I ran across a case where I was creating a neighborhood tuple by extracting values from a Numpy array. This causes a problem because those Numpy values will not match in these isinstance int checks. I worked around it by conver
-
Updated
Feb 21, 2021
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
-
Updated
Apr 21, 2021 - JavaScript
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
May 7, 2021 - Red



What version of Next.js are you using?
10.2.0
What version of Node.js are you using?
14.15
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
Other
Describe the Bug
In environments that make files non-writable like Bazel, builds break with