Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
WIP add CONTINUE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 23, 2023
1 parent cdc8c21 commit ec3a26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export function reactive(...args: any[]): any {
}

// If used as a newer Babel decorator
// CONTINUE this is broken code, protoOrClassElement is not defined, but who cares, we're gonna remove it, and move on with classy-solid
const isDecoratorV2 = arguments.length === 1 && 'kind' in protoOrClassElement
if (isDecoratorV2) {
const classElement = protoOrClassElement
Expand Down

0 comments on commit ec3a26f

Please sign in to comment.