Skip to content

Commit 63f16f4

Browse files
coadofacebook-github-bot
authored andcommitted
Merge and align global.d.ts and globals.d.ts files (#49516)
Summary: Pull Request resolved: #49516 Merge global.d.ts and globals.d.ts into one file and align some definitions with implementations. Changelog: [General][Changed] - Improve TypeScript types for `global` objects Reviewed By: huntie Differential Revision: D69772463
1 parent cb35316 commit 63f16f4

File tree

5 files changed

+606
-636
lines changed

5 files changed

+606
-636
lines changed

packages/react-native/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import typeof * as ReactNativePublicAPI from './index.js.flow';
3030
const warnOnce = require('./Libraries/Utilities/warnOnce').default;
3131
const invariant = require('invariant');
3232

33-
/// <reference path="src/types/global.d.ts" />
3433
/// <reference path="src/types/globals.d.ts" />
3534

3635
export type {HostComponent, HostInstance};

packages/react-native/src/types/global.d.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)