{"version":3,"sources":["ast/node/statement/class.ts"],"names":["typed","ASTNode","ASTNodeStatement","decorate","constructor"],"mappings":";;AAAA,SAAQA,KAAR,QAAoB,oBAApB;AACA,SAAQC,OAAR,QAAsB,cAAtB;AAEA;AACA;AACA;;AAEA,WAAsBC,gBAAtB,WADCF,KAAK,CAACG,QAAN,CAAe,kBAAf,CACD,gBADA,MACsBD,gBADtB,SAC+CD,OAD/C,CACuD;AACtDG,EAAAA,WAAW,GAAG;AACb;AACA;;AAHqD,CAAvD","sourcesContent":["import {typed} from '../../../typed';\nimport {ASTNode} from '../class';\n\n/**\n * ASTNodeStatement constructor.\n */\n@typed.decorate('ASTNodeStatement')\nexport abstract class ASTNodeStatement extends ASTNode {\n\tconstructor() {\n\t\tsuper();\n\t}\n}\n"],"file":"class.mjs","sourceRoot":"../../../../src"}