@atlaspack/runtime-browser-hmr 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,137 @@
1
1
  # @atlaspack/runtime-browser-hmr
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
+ - [#633](https://github.com/atlassian-labs/atlaspack/pull/633) [`26aa9c5`](https://github.com/atlassian-labs/atlaspack/commit/26aa9c599d2be45ce1438a74c5fa22f39b9b554b) Thanks [@sbhuiyan-atlassian](https://github.com/sbhuiyan-atlassian)! - Ported various HMR changes from Parcel
74
+
75
+ - Updated dependencies []:
76
+ - @atlaspack/utils@2.15.1
77
+ - @atlaspack/plugin@2.14.13
78
+
79
+ ## 2.14.12
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
84
+ - @atlaspack/utils@2.15.0
85
+ - @atlaspack/plugin@2.14.12
86
+
87
+ ## 2.14.11
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies []:
92
+ - @atlaspack/utils@2.14.11
93
+ - @atlaspack/plugin@2.14.11
94
+
95
+ ## 2.14.10
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies []:
100
+ - @atlaspack/plugin@2.14.10
101
+ - @atlaspack/utils@2.14.10
102
+
103
+ ## 2.14.9
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies []:
108
+ - @atlaspack/utils@2.14.9
109
+ - @atlaspack/plugin@2.14.9
110
+
111
+ ## 2.14.8
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies []:
116
+ - @atlaspack/utils@2.14.8
117
+ - @atlaspack/plugin@2.14.8
118
+
119
+ ## 2.14.7
120
+
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies []:
124
+ - @atlaspack/utils@2.14.7
125
+ - @atlaspack/plugin@2.14.7
126
+
127
+ ## 2.14.6
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies []:
132
+ - @atlaspack/utils@2.14.6
133
+ - @atlaspack/plugin@2.14.6
134
+
3
135
  ## 2.14.5
4
136
 
5
137
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ import { Runtime } from '@atlaspack/plugin';
2
+ declare const _default: Runtime<unknown>;
3
+ export default _default;
package/lib/HMRRuntime.js CHANGED
@@ -30,9 +30,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
30
30
  // lives in `/app/packages/runtimes/...` and thus the `config` in the JSTransformer is actually the
31
31
  // user's package.json, and hmr-runtime.js is transpiled as a JSX asset.
32
32
  const FILENAME =
33
- // $FlowFixMe
33
+ // @ts-expect-error TS2339
34
34
  process.env.ATLASPACK_BUILD_REPL && process.browser ? '/' + __filename : __filename;
35
- const HMR_RUNTIME = _fs().default.readFileSync(_path().default.join(__dirname, './loaders/hmr-runtime.js'), 'utf8');
35
+ const HMR_RUNTIME = process.env.ATLASPACK_REGISTER_USE_SRC === 'true' ? _fs().default.readFileSync(_path().default.join(__dirname, './loaders/hmr-runtime.ts'), 'utf8') : _fs().default.readFileSync(_path().default.join(__dirname, './loaders/hmr-runtime.js'), 'utf8');
36
36
  var _default = exports.default = new (_plugin().Runtime)({
37
37
  apply({
38
38
  bundle,
@@ -51,7 +51,7 @@ var _default = exports.default = new (_plugin().Runtime)({
51
51
  // Default to the HTTP port in the browser, only override
52
52
  // in watch mode or if hmr port != serve port
53
53
  !options.serveOptions || options.serveOptions.port !== port) ? port : null)};` + `var HMR_SECURE = ${JSON.stringify(!!(options.serveOptions && options.serveOptions.https))};` + `var HMR_ENV_HASH = "${bundle.env.id}";` + `var HMR_USE_SSE = ${JSON.stringify(
54
- // $FlowFixMe
54
+ // @ts-expect-error TS2339
55
55
  !!(process.env.ATLASPACK_BUILD_REPL && process.browser))};` + `module.bundle.HMR_BUNDLE_ID = ${JSON.stringify(bundle.id)};` + HMR_RUNTIME,
56
56
  isEntry: true,
57
57
  env: {
@@ -0,0 +1,2 @@
1
+ export type SetComplement<A, B extends A> = A extends B ? never : A;
2
+ export type Diff<T extends U, U extends object> = Pick<T, SetComplement<keyof T, keyof U>>;