var Analyzer = &analysis.Analyzer{
Name: "directjsobect",
Doc: `Do not use items or fields of type js.Object directly`,
URL: "https://github.com/gopherjs/gopherjs/wiki/JavaScript-Tips-and-Gotchas",
Requires: []*analysis.Analyzer{inspect.Analyzer},
Run: run,
}