Completed
This commit is contained in:
9
test/snapshots/exports/input.txt
Normal file
9
test/snapshots/exports/input.txt
Normal file
@ -0,0 +1,9 @@
|
||||
export class NormalDecorated {
|
||||
@prop a: string
|
||||
}
|
||||
|
||||
@classDecorator
|
||||
export class ClassDecorated {}
|
||||
|
||||
@classDecorator
|
||||
export default class DefaultExport {}
|
Reference in New Issue
Block a user