fix css parser

This commit is contained in:
CoolElectronics 2024-04-10 11:31:38 -04:00
parent bd347052e9
commit 4fff09eebf
No known key found for this signature in database
GPG key ID: F63593D168636C50
5 changed files with 19 additions and 16 deletions

View file

@ -3,7 +3,7 @@ import { assert } from './asserts'
// enables a small terser optimization
let document = self.document
let Fragment = Symbol()
export const Fragment = Symbol()
// We add some extra properties into various objects throughout, better to use symbols and not interfere. this is just a tiny optimization
let [USE_MAPFN, TARGET, PROXY, STEPS, LISTENERS, IF] = [, , , , , ,]