Home
last modified time | relevance | path

Searched refs:notToLoad (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dplugins.ts33 const notToLoad = ["../myPlugin", "myPlugin/../malicious"]; constant
40 ...[...expectedToLoad, ...notToLoad].map(name => ({ name })),
54 const notToLoad = ["../myPlugin", "myPlugin/../malicious"]; constant
61 … const service = createProjectService(host, { globalPlugins: [...expectedToLoad, ...notToLoad] });