diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 12:08:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 12:08:29 +0530 |
| commit | dfd4da6ca2d06c9d05d5c7e297304316da211dd4 (patch) | |
| tree | 767357e8b739be3551b3a6b9ade4ddc02867044f /src/eval.ts | |
| parent | 8572af0d04d0c5112f79f770197bb6422fc507d4 (diff) | |
| download | css-everything-dfd4da6ca2d06c9d05d5c7e297304316da211dd4.tar.gz css-everything-dfd4da6ca2d06c9d05d5c7e297304316da211dd4.zip | |
feat: supports hydration for repeat renders
Diffstat (limited to 'src/eval.ts')
| -rw-r--r-- | src/eval.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.ts b/src/eval.ts index 0ab52c8..76eaa21 100644 --- a/src/eval.ts +++ b/src/eval.ts @@ -6,7 +6,7 @@ export type Dependencies = { removeClass(id: string, classes: string): Promise<void> delay(num: number): Promise<void> jsEval(js: string): Promise<any> - // requestGetCss(url: string): Promise<string> + // loadCssx(id: string, url: string): Promise<string> // getVarable(name: string, def?: string): Promise<string> // updateVariable(id: string, varName: string, value: string): Promise<void> // calculate ?? |
