EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

Protect the `init` and `update` functions #37

Open intervalia opened 1 year ago

intervalia commented 1 year ago

Protect the init function by making it private #init Protect the update function by making it private #update

This can't be done BEFORE we add AST evaluation.