@atlaspack/optimizer-terser 2.14.5-canary.14 → 2.14.5-canary.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,135 @@
1
1
  # @atlaspack/optimizer-terser
2
2
 
3
+ ## 2.14.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/utils@2.17.3
9
+ - @atlaspack/plugin@2.14.21
10
+
11
+ ## 2.14.20
12
+
13
+ ### Patch Changes
14
+
15
+ - [#702](https://github.com/atlassian-labs/atlaspack/pull/702) [`daaa768`](https://github.com/atlassian-labs/atlaspack/commit/daaa7688786772d7e3713b71c5bba6b89ec704aa) Thanks [@alshdavid](https://github.com/alshdavid)! - Fixes to Flow types
16
+
17
+ - Updated dependencies [[`daaa768`](https://github.com/atlassian-labs/atlaspack/commit/daaa7688786772d7e3713b71c5bba6b89ec704aa)]:
18
+ - @atlaspack/plugin@2.14.20
19
+ - @atlaspack/utils@2.17.2
20
+
21
+ ## 2.14.19
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies []:
26
+ - @atlaspack/utils@2.17.1
27
+ - @atlaspack/plugin@2.14.19
28
+
29
+ ## 2.14.18
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56)]:
34
+ - @atlaspack/utils@2.17.0
35
+ - @atlaspack/plugin@2.14.18
36
+
37
+ ## 2.14.17
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies []:
42
+ - @atlaspack/utils@2.16.1
43
+ - @atlaspack/plugin@2.14.17
44
+
45
+ ## 2.14.16
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
50
+ - @atlaspack/utils@2.16.0
51
+ - @atlaspack/plugin@2.14.16
52
+
53
+ ## 2.14.15
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies []:
58
+ - @atlaspack/utils@2.15.3
59
+ - @atlaspack/plugin@2.14.15
60
+
61
+ ## 2.14.14
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies []:
66
+ - @atlaspack/utils@2.15.2
67
+ - @atlaspack/plugin@2.14.14
68
+
69
+ ## 2.14.13
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies []:
74
+ - @atlaspack/utils@2.15.1
75
+ - @atlaspack/plugin@2.14.13
76
+
77
+ ## 2.14.12
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
82
+ - @atlaspack/utils@2.15.0
83
+ - @atlaspack/plugin@2.14.12
84
+
85
+ ## 2.14.11
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies []:
90
+ - @atlaspack/utils@2.14.11
91
+ - @atlaspack/plugin@2.14.11
92
+
93
+ ## 2.14.10
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies []:
98
+ - @atlaspack/plugin@2.14.10
99
+ - @atlaspack/utils@2.14.10
100
+
101
+ ## 2.14.9
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies []:
106
+ - @atlaspack/utils@2.14.9
107
+ - @atlaspack/plugin@2.14.9
108
+
109
+ ## 2.14.8
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies []:
114
+ - @atlaspack/utils@2.14.8
115
+ - @atlaspack/plugin@2.14.8
116
+
117
+ ## 2.14.7
118
+
119
+ ### Patch Changes
120
+
121
+ - Updated dependencies []:
122
+ - @atlaspack/utils@2.14.7
123
+ - @atlaspack/plugin@2.14.7
124
+
125
+ ## 2.14.6
126
+
127
+ ### Patch Changes
128
+
129
+ - Updated dependencies []:
130
+ - @atlaspack/utils@2.14.6
131
+ - @atlaspack/plugin@2.14.6
132
+
3
133
  ## 2.14.5
4
134
 
5
135
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ import { Optimizer } from '@atlaspack/plugin';
2
+ declare const _default: Optimizer<unknown, unknown>;
3
+ export default _default;
@@ -56,6 +56,7 @@ function _path() {
56
56
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
57
57
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
58
58
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
59
+ // @ts-expect-error TS2307
59
60
  var _default = exports.default = new (_plugin().Optimizer)({
60
61
  async loadConfig({
61
62
  config,
@@ -81,6 +82,7 @@ var _default = exports.default = new (_plugin().Optimizer)({
81
82
  let code = await (0, _utils().blobToString)(contents);
82
83
  let originalMap = map ? await map.stringify({}) : null;
83
84
  let config = {
85
+ // @ts-expect-error TS2698
84
86
  ...userConfig,
85
87
  sourceMap: bundle.env.sourceMap ? {
86
88
  filename: _path().default.relative(options.projectRoot, _path().default.join(bundle.target.distDir, bundle.name)),
@@ -94,7 +96,6 @@ var _default = exports.default = new (_plugin().Optimizer)({
94
96
  try {
95
97
  result = await (0, _terser().minify)(code, config);
96
98
  } catch (error) {
97
- // $FlowFixMe
98
99
  let {
99
100
  message,
100
101
  line,
@@ -102,6 +103,7 @@ var _default = exports.default = new (_plugin().Optimizer)({
102
103
  } = error;
103
104
  if (line != null && col != null) {
104
105
  message = (0, _diagnostic().escapeMarkdown)(message);
106
+ // @ts-expect-error TS2304
105
107
  let diagnostics = [];
106
108
  let mapping = map === null || map === void 0 ? void 0 : map.findClosestMapping(line, col);
107
109
  if (mapping && mapping.original && mapping.source) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/optimizer-terser",
3
- "version": "2.14.5-canary.14+267b0d591",
3
+ "version": "2.14.5-canary.140+43fdd2238",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,19 +9,23 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/atlassian-labs/atlaspack.git"
11
11
  },
12
- "main": "lib/TerserOptimizer.js",
13
- "source": "src/TerserOptimizer.js",
12
+ "main": "./lib/TerserOptimizer.js",
13
+ "source": "./src/TerserOptimizer.ts",
14
+ "types": "./lib/TerserOptimizer.d.ts",
14
15
  "engines": {
15
16
  "node": ">= 16.0.0"
16
17
  },
17
18
  "dependencies": {
18
- "@atlaspack/diagnostic": "2.14.1-canary.82+267b0d591",
19
- "@atlaspack/plugin": "2.14.5-canary.14+267b0d591",
20
- "@atlaspack/utils": "2.14.5-canary.14+267b0d591",
19
+ "@atlaspack/diagnostic": "2.14.1-canary.208+43fdd2238",
20
+ "@atlaspack/plugin": "2.14.5-canary.140+43fdd2238",
21
+ "@atlaspack/utils": "2.14.5-canary.140+43fdd2238",
21
22
  "@parcel/source-map": "^2.1.1",
22
23
  "nullthrows": "^1.1.1",
23
24
  "terser": "^5.2.0"
24
25
  },
25
26
  "type": "commonjs",
26
- "gitHead": "267b0d59131c00e4cd1526bbf87aa84b9c8fd411"
27
- }
27
+ "scripts": {
28
+ "check-ts": "tsc --emitDeclarationOnly --rootDir src"
29
+ },
30
+ "gitHead": "43fdd223860fbc97af17d68c65419b97412cb888"
31
+ }
@@ -1,6 +1,5 @@
1
- // @flow
2
-
3
1
  import nullthrows from 'nullthrows';
2
+ // @ts-expect-error TS2307
4
3
  import {minify} from 'terser';
5
4
  import {Optimizer} from '@atlaspack/plugin';
6
5
  import {blobToString} from '@atlaspack/utils';
@@ -9,7 +8,7 @@ import ThrowableDiagnostic, {escapeMarkdown} from '@atlaspack/diagnostic';
9
8
 
10
9
  import path from 'path';
11
10
 
12
- export default (new Optimizer({
11
+ export default new Optimizer({
13
12
  async loadConfig({config, options}) {
14
13
  let userConfig = await config.getConfigFrom(
15
14
  path.join(options.projectRoot, 'index'),
@@ -34,6 +33,7 @@ export default (new Optimizer({
34
33
 
35
34
  let originalMap = map ? await map.stringify({}) : null;
36
35
  let config = {
36
+ // @ts-expect-error TS2698
37
37
  ...userConfig,
38
38
  sourceMap: bundle.env.sourceMap
39
39
  ? {
@@ -54,12 +54,12 @@ export default (new Optimizer({
54
54
  let result;
55
55
  try {
56
56
  result = await minify(code, config);
57
- } catch (error) {
58
- // $FlowFixMe
57
+ } catch (error: any) {
59
58
  let {message, line, col} = error;
60
59
  if (line != null && col != null) {
61
60
  message = escapeMarkdown(message);
62
- let diagnostics = [];
61
+ // @ts-expect-error TS2304
62
+ let diagnostics: Array<Diagnostic> = [];
63
63
  let mapping = map?.findClosestMapping(line, col);
64
64
  if (mapping && mapping.original && mapping.source) {
65
65
  let {source, original} = mapping;
@@ -118,4 +118,4 @@ export default (new Optimizer({
118
118
 
119
119
  return {contents: minifiedContents, map: sourceMap};
120
120
  },
121
- }): Optimizer);
121
+ }) as Optimizer<unknown, unknown>;
package/tsconfig.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "extends": "../../../tsconfig.json",
3
+ "include": ["src"]
4
+ }