summaryrefslogtreecommitdiff
path: root/cli/tests/unit/symbol_test.ts
AgeCommit message (Collapse)Author
2024-02-06fix: Support Symbol.metadata (#22282)Bartek IwaƄczuk
This commit adds support for "Symbol.metadata" which was omitted when adding support for the Decorators Proposal. Closes https://github.com/denoland/deno/issues/22111