Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (49 loc) · 977 Bytes

MODULE_REPORT.md

File metadata and controls

70 lines (49 loc) · 977 Bytes

Module Report

Unknown Global

Global: Ember.I18n

Location: addon/messages.js at line 3

import Ember from 'ember';

const { I18n } = Ember;

export default {

Unknown Global

Global: Ember.I18n

Location: tests/unit/errors-test.js at line 36

  afterEach() {
    // jscs:disable disallowDirectPropertyAccess
    delete Ember.I18n;
  }
});

Unknown Global

Global: Ember.ObjectController

Location: tests/unit/validate-test.js at line 15

  K,
  Object: EmberObject,
  ObjectController,
  get,
  getOwner,

Unknown Global

Global: Ember.K

Location: tests/unit/validate-test.js at line 13

  A: emberArray,
  ArrayController,
  K,
  Object: EmberObject,
  ObjectController,

Unknown Global

Global: Ember.ArrayController

Location: tests/unit/validate-test.js at line 12

const {
  A: emberArray,
  ArrayController,
  K,
  Object: EmberObject,