Don't expose getStaticVars and getStaticCode from CodeGenerator

This commit is contained in:
Patrick Steele-Idem 2016-02-04 16:25:13 -07:00
parent ee4fc809b2
commit 5bf9f27750

View File

@ -134,14 +134,6 @@ class Generator {
return this.context.importModule(varName, path);
}
getStaticVars() {
return this.context.getStaticVars();
}
getStaticCode() {
return this.context.getStaticCode();
}
generateCode(node) {
ok(node != null, '"node" is required');