language
Here are 5,119 public repositories matching this topic...
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 9, 2022 - V
-
Updated
Mar 8, 2022 - Ruby
I'm Writing a ThemeColor Plugin, use Visitor.
In fn:visitColor , node.parent sometimes is null (box-shadow:0 0 0 1px #999 inset). I can't find the parent Declaration Node of Color Node.
so I want to [less.js/lib/less/visitors/visitor.js Visitor.prototype.visit](https://github.com/less/less.js/blob/0e268598c8327b9e8d36d9bb2edfde95d8d787be/packages/less/src/less/visitors/visitor.js
Because header inclusion can be very deeply nested, "using namespace" directive located in header files can unexpectedly change the meaning of the code. It can also lead to the name collision. For instance, it is not possible to define isDigit function in CommonSyntaxTest.cpp.
TODO:
- Remove [using namespace util;](https://github.com/ethereum/solidity/blob/develop/libsolidity/ast/ASTAnnotatio
-
Updated
Feb 16, 2022
-
Updated
Dec 7, 2021
On Windows, when stack size limit is exceeded, the program ends with "Error: execution of an external program failed" with no details provided. For noobies like me, it might be helpful if the compiler gives some indication of why that is.
The simplest would be to create a warning when a single large array is defined in the code.
More advanced solution would take the combined the sizes of diffe
-
Updated
Mar 6, 2022 - Python
-
Updated
Mar 9, 2022 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 9, 2022 - PHP
-
Updated
Mar 2, 2022 - C
-
Updated
Mar 8, 2022 - Red
-
Updated
Mar 8, 2022 - Haxe
-
Updated
Feb 17, 2022 - Haskell
Add Scents
-
Updated
Mar 8, 2022 - Scala
-
Updated
Sep 18, 2021 - C
It would be nice if using the built-in debug function in .60 files autogenerated Rust code which used the debug macro from the log crate. This would allow applications to choose the logging implementation instead of always printing directly to standard out. It would also be nice to add functions for the other log levels (trace, info, warn, error).
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
Bug Report
tsconfig tsBuildInfoFile Specify the folder
4.5.5, 4.7.0-dev.20220227
N/A
After running
tsc --initthe generatedtsconfig.jsonincludes the following line:// "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremen