Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement
Log deprecate calls
npm install grimGrim=require('grim')functionsomeOldMethod(){Grim.deprecate("Use theNewMethod instead.")}To view all calls to deprecated methods use Grim.logDeprecations() or get direct access to the deprecated calls by using Grim.getDeprecations()