aboutsummaryrefslogtreecommitdiff
path: root/test/transpiler/decorator-export-default-class-fixture.ts
blob: 901c17718667040bc8f3cd848168860be86d0951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function decorator(target: any, propertyKey: any) {
  target[propertyKey + "decorated"] = true;
}

export default class DecoratedClass {
  @decorator
  method() {
    return 42;
  }
}
ld Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/alpinejs/test/fixtures/directive/src/pages/index.astro (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-06Update to Vite 6.0.0-beta.6 (#12323)Gravatar Bjorn Lu 15-100/+123
2024-11-06[ci] formatGravatar Bjorn Lu 2-18/+17
2024-11-06Add support for Svelte 5 @render syntax (#12390)Gravatar Bjorn Lu 3-0/+30
2024-11-06fix(deps): update all non-major dependencies (#12366)Gravatar renovate[bot] 29-533/+552