Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 650 Bytes

File metadata and controls

23 lines (16 loc) · 650 Bytes
Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Grim

CI

Log deprecate calls

Installing

npm install grim

Usage

Grim = require('grim')

function someOldMethod() {
  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()