Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 60adc9c

Browse files
JiaLiPassionmhevery
authored andcommitted
feat(core): upgrade to typescript 3.0.3 (#1132)
1 parent 31fc127 commit 60adc9c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/browser/property-descriptor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ const globalEventHandlersEventNames = [
113113
'wheel'
114114
];
115115
const documentEventNames = [
116-
'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'fullscreenchange',
116+
'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'freeze', 'fullscreenchange',
117117
'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange', 'fullscreenerror',
118118
'mozfullscreenerror', 'webkitfullscreenerror', 'msfullscreenerror', 'readystatechange',
119-
'visibilitychange'
119+
'visibilitychange', 'resume'
120120
];
121121
const windowEventNames = [
122122
'absolutedeviceorientation',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"ts-loader": "^0.6.0",
101101
"tslint": "^4.1.1",
102102
"tslint-eslint-rules": "^3.1.0",
103-
"typescript": "2.9.2",
103+
"typescript": "^3.0.3",
104104
"vrsource-tslint-rules": "^4.0.0",
105105
"webdriver-manager": "^12.0.6",
106106
"webdriverio": "^4.8.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5511,9 +5511,9 @@ typedarray@^0.0.6, typedarray@~0.0.5:
55115511
version "0.0.6"
55125512
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
55135513

5514-
typescript@2.9.2:
5515-
version "2.9.2"
5516-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
5514+
typescript@^3.0.3:
5515+
version "3.0.3"
5516+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"
55175517

55185518
55195519
version "2.6.4"

0 commit comments

Comments
 (0)