Lines Matching full:javascript

4 UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
7 - `uglify-js` supports JavaScript and most language features in ECMAScript.
67 with standard JavaScript globals.
165 debugging your compressed JavaScript. To get a source map, pass
246 in core JavaScript classes. For example:
248 ```javascript
261 Mangle all properties (except for JavaScript `builtins`):
265 ```javascript
272 ```javascript
279 ```javascript
287 ```javascript
326 ```javascript
338 ```javascript
348 ```javascript
363 ```javascript
379 ```javascript
387 ```javascript
394 You can `minify` more than one JavaScript file at a time by using an object
397 ```javascript
408 ```javascript
420 ```javascript
440 ```javascript
460 ```javascript
485 ```javascript
495 ```javascript
502 ```javascript
567 ```javascript
597 ```javascript
618 ```javascript
627 If you're compressing compiled JavaScript and have a source map for it, you
629 ```javascript
872 ```javascript
879 ```javascript
895 properties of JavaScript API. Not recommended to override this setting.
940 ```javascript
1008 `--comments all` to keep all the comments, or a valid JavaScript regexp to
1014 ```javascript
1049 ```javascript
1064 ```javascript
1085 ```javascript
1099 ```javascript
1111 ```javascript
1123 ```javascript
1138 ```javascript
1177 JavaScript, but JS code described in SpiderMonkey AST in JSON. Therefore we
1196 for 95% of the size reduction in minified code for most JavaScript - not
1212 ```javascript
1245 ```javascript
1254 - Earlier versions of JavaScript will throw `SyntaxError` with the following:
1255 ```javascript
1268 ```javascript
1288 ```javascript
1300 - Later versions of JavaScript will throw `SyntaxError` with the following:
1301 ```javascript
1308 - Later versions of JavaScript will throw `SyntaxError` with the following:
1309 ```javascript
1320 ```javascript
1328 ```javascript
1333 - Some versions of JavaScript will throw `SyntaxError` with the
1335 ```javascript
1340 - Some versions of JavaScript will throw `SyntaxError` with the
1342 ```javascript
1351 ```javascript
1362 - Later versions of JavaScript will throw `SyntaxError` with the following:
1363 ```javascript
1371 - Later versions of JavaScript will throw `SyntaxError` with the following:
1372 ```javascript
1380 ```javascript
1398 - Earlier versions of JavaScript will throw `TypeError` with the following:
1399 ```javascript
1413 ```javascript
1429 ```javascript
1442 ```javascript
1455 - Later versions of JavaScript will throw `SyntaxError` with the following:
1456 ```javascript
1466 ```javascript
1473 ```javascript