Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
There was an error while loading. Please reload this page.
List of things that should be done to clean up each package
Remove use of
windowglobals and use them fromatomglobal insteadwindow.syntax➡️atom.syntaxwindow.config➡️atom.configwindow.pasteboard➡️atom.pasteboardwindow.keymap➡️atom.keymapwindow.project➡️atom.projectwindow.rootView➡️atom.rootViewRemove use of package manager methods on
atom, use them viaatom.packagesinsteadatom.activatePackage➡️atom.packages.activatePackageRemove use of deserializer helpers on window
registerDeserializer➡️atom.deserializers.addRemove use of emissary Emitter shims
one➡️oncetrigger➡️emitsubscriptionCount➡️getSubscriptionCountRemove use of the following fs methods
exists➡️existsSyncmakeTree➡️makeTreeSyncmove➡️moveSyncread➡️readFileSyncremove➡️removeSyncwrite➡️writeFilewriteSync➡️writeFileSync