Skip to content

Commit

Permalink
fix(core): support for proxying String.replace in QuestionAdapter
Browse files Browse the repository at this point in the history
Due to changes introduced in es2015.symbol.wellknown, TypeScript transpiler might get confused when
QuestionAdapter is used to proxy String.replace and resolve types from the first type alias it
finds, instead of the most appropriate one for the types provided.
  • Loading branch information
jan-molak committed Jul 19, 2023
1 parent 129c9fe commit 251113d
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 34 deletions.

0 comments on commit 251113d

Please sign in to comment.