fix valid layers checker

This commit is contained in:
Benjamin Pasero 2022-02-14 08:41:24 +01:00
parent ef70f99af7
commit ae0864d995
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65
2 changed files with 4 additions and 4 deletions

View file

@ -111,9 +111,9 @@ const RULES = [
'@types/node' // no node.js
]
},
// Common: vs/platform/windows/common/windows.ts
// Common: vs/platform/window/common/window.ts
{
target: '**/vs/platform/windows/common/windows.ts',
target: '**/vs/platform/window/common/window.ts',
allowedTypes: CORE_TYPES,
disallowedTypes: [ /* Ignore native types that are defined from here */],
disallowedDefinitions: [

View file

@ -119,9 +119,9 @@ const RULES = [
]
},
// Common: vs/platform/windows/common/windows.ts
// Common: vs/platform/window/common/window.ts
{
target: '**/vs/platform/windows/common/windows.ts',
target: '**/vs/platform/window/common/window.ts',
allowedTypes: CORE_TYPES,
disallowedTypes: [/* Ignore native types that are defined from here */],
disallowedDefinitions: [