terser 1.1.16 → 1.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  // Set source-map.js sourceMap to terser.js MOZ_SourceMap
2
2
  MOZ_SourceMap = sourceMap;
3
3
 
4
+ var global = global || {};
5
+
4
6
  function comments(option) {
5
7
  if (Object.prototype.toString.call(option) === '[object Array]') {
6
8
  return new RegExp(option[0], option[1]);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.16
4
+ version: 1.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Rosicky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-01 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs