mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
ipcMain validation (#147071)
* first cut ipc validation * clean up * comment
This commit is contained in:
@@ -191,6 +191,9 @@ const RULES = [
|
||||
'Event',
|
||||
'Request'
|
||||
],
|
||||
disallowedTypes: [
|
||||
'ipcMain' // not allowed, use validatedIpcMain instead
|
||||
],
|
||||
disallowedDefinitions: [
|
||||
'lib.dom.d.ts' // no DOM
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user