Skip to content

Commit 04b2112

Browse files
committed
Add restriction: 'none' to new properties
1 parent 03fdb17 commit 04b2112

File tree

4 files changed

+104
-1
lines changed

4 files changed

+104
-1
lines changed

build/mdn-data-importer.js

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function buildPropertiesWithMDNData(vscProperties) {
4646
propertyMap[pn] = {
4747
name: pn,
4848
description: '',
49+
restriction: 'none',
4950
...allMDNProperties[pn]
5051
}
5152
}

0 commit comments

Comments
 (0)