From 78dc736471e7954c16e8bb5a365dcb19a67c5fc4 Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Wed, 6 Oct 2021 19:28:21 -0500 Subject: [PATCH] bump atom to 1.58.0 add icecream17 as author, bump typescript version, grammar Initial commit; just for creating a pr. Note that even though there are docs online, they might be misleading: https://github.com/atom/flight-manual.atom.io/issues/736 So I'll use the codebase itself: https://github.com/atom/atom/tree/v1.58.0 --- types/atom/index.d.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/types/atom/index.d.ts b/types/atom/index.d.ts index d1cd44781d55c2e..6c1e52e0ce3578a 100644 --- a/types/atom/index.d.ts +++ b/types/atom/index.d.ts @@ -1,14 +1,15 @@ -// Type definitions for non-npm package Atom 1.40 +// Type definitions for non-npm package Atom 1.58.0 // Project: https://github.com/atom/atom // Definitions by: GlenCFL // smhxx // lierdakil // aminya +// icecream17 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 +// TypeScript Version: 4.4 -// NOTE: only those classes exported within this file should be retain that status below. -// https://github.com/atom/atom/blob/v1.40.0/exports/atom.js +// NOTE: only classes exported within this file should be retained below. +// https://github.com/atom/atom/blob/v1.58.0/exports/atom.js ///