mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Don't expose getStaticVars and getStaticCode from CodeGenerator
This commit is contained in:
parent
ee4fc809b2
commit
5bf9f27750
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user