UNPKG

@yugu/gogocode

Version:

The simplest tool to parse/transform/generate code on ast

13 lines (12 loc) 240 B
const code = ` import * as PIXI from 'pixi.js'; export class MainApplication { constructor(options) { super(options.baseWidth, options.baseHeight, options); } test(){ PIXI.test(); } } `; module.exports = code;