Skip to content

Commit 9d39196

Browse files
committed
Remove fixmes
1 parent a11205a commit 9d39196

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

transforms/helpers/parse.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ const options: ParserOptions = {
1717
'decorators-legacy',
1818
'exportDefaultFrom',
1919
'typescript',
20-
// FIXME: Any other plugins we should enable?
21-
// FIXME: Allow user to enable additional plugins? Could be dangerous.
22-
// FIXME: How to use preset-env?
2320
],
2421
};
2522

transforms/helpers/util/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export function assert(
1616
message = 'Assertion Error'
1717
): asserts condition {
1818
if (!condition) {
19-
debugger;
2019
throw new Error(message);
2120
}
2221
}

0 commit comments

Comments
 (0)