Skip to content

Commit

Permalink
Restore @augments for subclass
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 18, 2024
1 parent e7298d2 commit 4c5073e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subclass.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function applySubclassStrategies(ast) {
/**
Works the same as JavaScript's native `RegExp` constructor in all contexts, but can be given
results from `toDetails` to produce the same result as `toRegExp`.
@augments RegExp
*/
class EmulatedRegExp extends RegExpSubclass {
#strategy;
Expand Down

0 comments on commit 4c5073e

Please sign in to comment.