Buckets:
| let Node = require('./node') | |
| class Declaration extends Node { | |
| get variable() { | |
| return this.prop.startsWith('--') || this.prop[0] === '$' | |
| } | |
| constructor(defaults) { | |
| if ( | |
| defaults && | |
| typeof defaults.value !== 'undefined' && | |
| typeof defaults.value !== 'string' | |
| ) { | |
| defaults = { ...defaults, value: String(defaults.value) } | |
| } | |
| super(defaults) | |
| this.type = 'decl' | |
| } | |
| } | |
| module.exports = Declaration | |
| Declaration.default = Declaration | |
Xet Storage Details
- Size:
- 495 Bytes
- Xet hash:
- 973a130c405d0e5e3a78912f80d7c4c16997a58d27944eb454cf43866d47d3c8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.