1
0
KevinSmarts 7ed611577f New syntax packages for Atom, Sublime and VS Code from Xorgroth (F95 zone) 5 лет назад
..
lib 7ed611577f New syntax packages for Atom, Sublime and VS Code from Xorgroth (F95 zone) 5 лет назад
LICENSE.md 7ed611577f New syntax packages for Atom, Sublime and VS Code from Xorgroth (F95 zone) 5 лет назад
README.md 7ed611577f New syntax packages for Atom, Sublime and VS Code from Xorgroth (F95 zone) 5 лет назад
package.json 7ed611577f New syntax packages for Atom, Sublime and VS Code from Xorgroth (F95 zone) 5 лет назад

README.md

Grim Build Status

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()