Skip to content

Commit 1a22df9

Browse files
committed
fix: rebase
1 parent 3b54412 commit 1a22df9

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@
5353
"optionalDependencies": {
5454
"@babel/core": "7.17.5",
5555
"@babel/helper-module-transforms": "7.16.7",
56-
"@babel/helpers": "7.17.7",
5756
"@babel/plugin-proposal-decorators": "7.17.2",
5857
"@babel/plugin-transform-runtime": "7.17.0",
5958
"@babel/preset-env": "7.16.11",
6059
"@babel/preset-typescript": "7.16.7",
61-
"@babel/runtime": "7.17.0",
6260
"@babel/template": "7.16.7",
6361
"@config/config": "npm:[email protected]",
6462
"@pzlr/build-core": "2.13.0",

src/core/json/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function convertIfDate(_key: string, value: unknown): unknown {
6363
* JSON.parse('["call", "provide.componentClasses", "b-button", ["get", "mods"]]', evalWith(myComponent))
6464
* );
6565
* ```
66+
*
6667
* @param ctx - the context for interpreting JSON
6768
*/
6869
export function evalWith(ctx: object): JSONCb {

src/core/prelude/env/const.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/* eslint-disable no-restricted-globals */
10-
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
10+
/* eslint-disable @typescript-eslint/strict-boolean-expressions, @typescript-eslint/no-unnecessary-condition */
1111

1212
import { EventEmitter2 as EventEmitter } from 'eventemitter2';
1313
import { toString } from 'core/prelude/types/const';
@@ -48,7 +48,6 @@ if (typeof globalThis === 'undefined') {
4848
/**
4949
* True if the current runtime has window object
5050
*/
51-
// eslint-disable-next-line no-restricted-globals
5251
export const HAS_WINDOW: boolean = typeof window === 'object';
5352

5453
/**

yarn.lock

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -463,17 +463,6 @@ __metadata:
463463
languageName: node
464464
linkType: hard
465465

466-
"@babel/helpers@npm:7.17.7":
467-
version: 7.17.7
468-
resolution: "@babel/helpers@npm:7.17.7"
469-
dependencies:
470-
"@babel/template": ^7.16.7
471-
"@babel/traverse": ^7.17.3
472-
"@babel/types": ^7.17.0
473-
checksum: fdc93714b3eb3b7a179a5133c3d7008f36785af469bb091a2f056f1a893aeedc8654e87c5e04a5cdecb6587e6177839a4b887b832be289689ffe277d08dfd4a7
474-
languageName: node
475-
linkType: hard
476-
477466
"@babel/helpers@npm:^7.17.2":
478467
version: 7.22.3
479468
resolution: "@babel/helpers@npm:7.22.3"
@@ -1490,15 +1479,6 @@ __metadata:
14901479
languageName: node
14911480
linkType: hard
14921481

1493-
"@babel/runtime@npm:7.17.0":
1494-
version: 7.17.0
1495-
resolution: "@babel/runtime@npm:7.17.0"
1496-
dependencies:
1497-
regenerator-runtime: ^0.13.4
1498-
checksum: 1864ac3c6aa061798c706ce858af311f06f6ad6efafc20cca7029fdaa9786c58ccaf5bdb8bd133cb505f27bed7659b65f1503b8da58adbd1eb88f7333644e6ed
1499-
languageName: node
1500-
linkType: hard
1501-
15021482
"@babel/runtime@npm:^7.8.4":
15031483
version: 7.22.3
15041484
resolution: "@babel/runtime@npm:7.22.3"
@@ -3197,12 +3177,10 @@ __metadata:
31973177
dependencies:
31983178
"@babel/core": 7.17.5
31993179
"@babel/helper-module-transforms": 7.16.7
3200-
"@babel/helpers": 7.17.7
32013180
"@babel/plugin-proposal-decorators": 7.17.2
32023181
"@babel/plugin-transform-runtime": 7.17.0
32033182
"@babel/preset-env": 7.16.11
32043183
"@babel/preset-typescript": 7.16.7
3205-
"@babel/runtime": 7.17.0
32063184
"@babel/template": 7.16.7
32073185
"@config/config": "npm:[email protected]"
32083186
"@pzlr/build-core": 2.13.0
@@ -3269,8 +3247,6 @@ __metadata:
32693247
optional: true
32703248
"@babel/helper-module-transforms":
32713249
optional: true
3272-
"@babel/helpers":
3273-
optional: true
32743250
"@babel/plugin-proposal-decorators":
32753251
optional: true
32763252
"@babel/plugin-transform-runtime":
@@ -3279,8 +3255,6 @@ __metadata:
32793255
optional: true
32803256
"@babel/preset-typescript":
32813257
optional: true
3282-
"@babel/runtime":
3283-
optional: true
32843258
"@babel/template":
32853259
optional: true
32863260
"@config/config":
@@ -8795,10 +8769,9 @@ __metadata:
87958769
resolution: "jest-worker@npm:28.1.3"
87968770
dependencies:
87978771
"@types/node": "*"
8798-
jest-util: ^29.6.1
87998772
merge-stream: ^2.0.0
88008773
supports-color: ^8.0.0
8801-
checksum: 0af309ea4db17c4c47e84a9246f907960a15577683c005fdeafc8f3c06bc455136f95a6f28fa2a3e924b767eb4dacd9b40915a7707305f88586f099af3ac27a8
8774+
checksum: e921c9a1b8f0909da9ea07dbf3592f95b653aef3a8bb0cbcd20fc7f9a795a1304adecac31eecb308992c167e8d7e75c522061fec38a5928ace0f9571c90169ca
88028775
languageName: node
88038776
linkType: hard
88048777

@@ -11080,7 +11053,7 @@ __metadata:
1108011053
languageName: node
1108111054
linkType: hard
1108211055

11083-
"regenerator-runtime@npm:^0.13.11, regenerator-runtime@npm:^0.13.4":
11056+
"regenerator-runtime@npm:^0.13.11":
1108411057
version: 0.13.11
1108511058
resolution: "regenerator-runtime@npm:0.13.11"
1108611059
checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4

0 commit comments

Comments
 (0)