Skip to content

Commit

Permalink
Merge pull request #20381 from emberjs/no-more-ember-string-nonsense
Browse files Browse the repository at this point in the history
[CLEANUP] Remove deprecated `@ember/string` package
  • Loading branch information
chriskrycho authored Mar 21, 2023
2 parents fe7d4cf + cec46f1 commit 6d6bd79
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 922 deletions.
3 changes: 1 addition & 2 deletions packages/@ember/routing/router-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ class RouterService<R extends Route> extends Service.extend(Evented) {
assert('RouterService is unexpectedly missing an owner', owner);
let pivotRoute = owner.lookup(`route:${pivotRouteName}`) as Route;

// R could be instantiated with a different sub-type
// @ts-ignore
// @ts-expect-error R could be instantiated with a different sub-type
return this._router._routerMicrolib.refresh(pivotRoute);
}

Expand Down
301 changes: 0 additions & 301 deletions packages/@ember/string/index.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/@ember/string/lib/string_registry.ts

This file was deleted.

41 changes: 0 additions & 41 deletions packages/@ember/string/tests/camelize_test.js

This file was deleted.

Loading

0 comments on commit 6d6bd79

Please sign in to comment.