Skip to content

Commit 55832e5

Browse files
committed
lints
1 parent 81dbb6c commit 55832e5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/@ember/-internals/metal/lib/tracked.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ import { CHAIN_PASS_THROUGH } from './chain-tags';
88
import type { ExtendedMethodDecorator, DecoratorPropertyDescriptor } from './decorator';
99
import { COMPUTED_SETTERS, isElementDescriptor, setClassicDecorator } from './decorator';
1010
import { SELF_TAG } from './tags';
11-
import { Decorator, identifyModernDecoratorArgs, isModernDecoratorArgs } from './decorator-util';
11+
import {
12+
type Decorator,
13+
identifyModernDecoratorArgs,
14+
isModernDecoratorArgs,
15+
} from './decorator-util';
1216

1317
/**
1418
@decorator

packages/@ember/-internals/metal/tests/computed_decorator_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ moduleFor(
7171
['@test computed property can be defined and accessed on a class constructor'](assert) {
7272
let count = 0;
7373

74-
debugger;
7574
class Obj {
7675
static bar = 123;
7776

0 commit comments

Comments
 (0)