Sha256: a2be744f656dc89dcd176e263b5f043ef4e813319d53a42c92ab380d818fea9b

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

// ES6TODO: Cleanup modules with side-effects below
import './lib/ext/controller';

export { default as Location } from './lib/location/api';
export { default as NoneLocation } from './lib/location/none_location';
export { default as HashLocation } from './lib/location/hash_location';
export { default as HistoryLocation } from './lib/location/history_location';
export { default as AutoLocation } from './lib/location/auto_location';

export {
  default as generateController,
  generateControllerFactory,
} from './lib/system/generate_controller';
export { default as controllerFor } from './lib/system/controller_for';
export { default as RouterDSL } from './lib/system/dsl';
export { default as Router } from './lib/system/router';
export { default as Route } from './lib/system/route';
export { default as QueryParams } from './lib/system/query_params';
export { default as RoutingService } from './lib/services/routing';
export { default as RouterService } from './lib/services/router';
export { default as BucketCache } from './lib/system/cache';

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
discourse-ember-source-3.5.1.1 dist/es/ember-routing/index.js
discourse-ember-source-3.5.1.0 dist/dist/es/ember-routing/index.js