mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 07:30:01 -04:00
fix css parser
This commit is contained in:
parent
bd347052e9
commit
4fff09eebf
5 changed files with 19 additions and 16 deletions
|
@ -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] = [, , , , , ,]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue