Skip to content

Commit a724ac8

Browse files
committed
remove IE/MSEdge text
1 parent 545daec commit a724ac8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

TS.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1468,8 +1468,8 @@ module Emit =
14681468
Pt.Reset()
14691469
Pt.Printl "/////////////////////////////"
14701470
match flavor with
1471-
| Worker -> Pt.Printl "/// MSEdge Worker APIs"
1472-
| _ -> Pt.Printl "/// MSEdge DOM APIs"
1471+
| Worker -> Pt.Printl "/// Worker APIs"
1472+
| _ -> Pt.Printl "/// DOM APIs"
14731473
Pt.Printl "/////////////////////////////"
14741474
Pt.Printl ""
14751475

@@ -1538,7 +1538,7 @@ module Emit =
15381538
let EmitES6Thing (target: TextWriter) =
15391539
Pt.Reset()
15401540
Pt.Printl "/////////////////////////////"
1541-
Pt.Printl "/// MSEdge DOM ES6 APIs"
1541+
Pt.Printl "/// DOM ES6 APIs"
15421542
Pt.Printl "/////////////////////////////"
15431543
Pt.Printl ""
15441544

baselines/dom.es6.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/////////////////////////////
3-
/// MSEdge DOM ES6 APIs
3+
/// DOM ES6 APIs
44
/////////////////////////////
55

66
interface AudioTrackList {

baselines/dom.generated.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/////////////////////////////
3-
/// MSEdge DOM APIs
3+
/// DOM APIs
44
/////////////////////////////
55

66
interface Account {
@@ -15036,4 +15036,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
1503615036
type Transport = "usb" | "nfc" | "ble";
1503715037
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
1503815038
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
15039-
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
15039+
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";

baselines/webworker.generated.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/////////////////////////////
3-
/// MSEdge Worker APIs
3+
/// Worker APIs
44
/////////////////////////////
55

66
interface Algorithm {
@@ -1840,4 +1840,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
18401840
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
18411841
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
18421842
type ClientType = "window" | "worker" | "sharedworker" | "all";
1843-
type FrameType = "auxiliary" | "top-level" | "nested" | "none";
1843+
type FrameType = "auxiliary" | "top-level" | "nested" | "none";

0 commit comments

Comments
 (0)