bundle
Here are 1,049 public repositories matching this topic...
We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185
We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.
Let us know in this issue if you would like to contribute to this!
-
Updated
Feb 6, 2021 - TypeScript
The manual could be enhanced to contain cross-references to the command-line option.
As of today the manual only says e.g.
the command line option ``--additional-hooks-dir``
this could be changed into Sphinx :option: cross-ref like
the command line option :option:`pyinstaller --additional-
Hello there!
I've encountered a bug with the transpiling of the rest parameters.
Pratically the transpiler with something like this:
export function brokenArgsRest(fn, ...args) {
return function () {
fn(...args);
};
}Will treat the arguments object in the wrong way:
function brokenArgsRest(fn) {
return function () {
fn.apply(void 0, [].slice.call(-
Updated
Feb 4, 2021 - PHP
-
Updated
Jan 26, 2021 - PHP
-
Updated
Nov 27, 2020 - PHP
-
Updated
Feb 1, 2021 - PHP
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Feb 5, 2021 - PHP
-
Updated
Feb 6, 2021 - PHP
-
Updated
Feb 3, 2021 - PHP
-
Updated
Feb 3, 2021 - PHP
-
Updated
Feb 7, 2021 - JavaScript
It could be great to leverage these metadata, notably when using jms virtual properties.
-
Updated
Feb 4, 2021 - PHP
-
Updated
Feb 3, 2021 - Twig
-
Updated
Jan 25, 2021 - PHP
-
Updated
Jan 20, 2021 - PHP
-
Updated
Jan 5, 2021 - PHP
-
Updated
Feb 5, 2021 - PHP
-
Updated
Jan 27, 2021 - PHP
-
Updated
Jan 15, 2021 - PHP
-
Updated
Jan 22, 2021 - PHP
Improve this page
Add a description, image, and links to the bundle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bundle topic, visit your repo's landing page and select "manage topics."
Description
Based on symfony/symfony#38982, we can now iterate and add Github annotations support to all the remaining linters provided by Symfony:
lint:twig=> https://github.com/symfony/symfony/pul