mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
fix: class attributes don't adhere to es6 spec
This commit is contained in:
parent
ec2fb84d96
commit
95a6abbfc5
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@ export function main() {
|
|||
}
|
||||
}
|
||||
export class Interpreter {
|
||||
root;
|
||||
stack;
|
||||
listeners;
|
||||
handlers;
|
||||
lastNodeWasText;
|
||||
nodes;
|
||||
constructor(root) {
|
||||
this.root = root;
|
||||
this.stack = [root];
|
||||
|
|
Loading…
Add table
Reference in a new issue