aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/jsminplus.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader: Remove libs/jsminplus.php (JSMinPlus, JSParser)Timo Tijhof2024-01-191-2181/+0
* libs\jsminplus: Declare JSNode::$expressionUmherirrender2023-01-061-1/+1
* Various whitespace changesUmherirrender2022-07-121-17/+20
* resourceloader: Fix jsminplus regex recursionTim Starling2022-02-231-3/+3
* Minor cleanupsMax Semenik2019-11-031-1/+1
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-5/+3
* resourceloader: Make JSMinPlus allow reserved words as property name (ES5)Ebrahim Byagowi2019-02-251-1/+49
* PHP: Use short ternary operator (?:) where possibleFomafix2018-06-111-3/+3
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-1/+1
* jsminplus: Fix JSNode memory leak from 'continue' statementsTimo Tijhof2017-06-281-2/+0
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-4/+4
* jsminplus: Fix string concatenation in error messageBryan Davis2014-10-221-1/+1
* Make phpcs-strict pass on includes/ (5/~10)Siebrand Mazeland2014-05-111-0/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-3/+3
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-041-1/+1
* * (bug 31187) Fix for user JavaScript validation to allow identifiers with va...Brion Vibber2011-09-271-5/+52
* Update JSMin+ to the newly released 1.4Platonides2011-07-241-92/+131
* Expand the defines from JSTokenizer::__construct() placing them at the top of...Platonides2011-07-191-11/+78
* Remove double ; and final ?> from jsminplus (imported in r91591).Platonides2011-07-191-2/+2
* Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScr...Brion Vibber2011-07-061-0/+1980