Lines Matching defs:function
72 function buildPipeServer() {
89 function init(port) {
105 wss.on('connection', function(ws) {
115 function handlePluginConnect(ws) {
116 ws.on('message', function(message) {
126 function handlePluginCommand(jsonData) {
132 function handlePluginCompileComponent(jsonData) {
185 receivedMsg.data.script = receivedMsg.data.variableScript + `function quickPreview(context) {
186 const fastPreview = function build(){
196 function transformResourceNode(newSource, log) {
199 function visit(node) {
210 function processResourceNode(node, log) {
220 function checkPreparation(receivedMsg, sourceNode) {
241 function callEs2abc(receivedMsg) {
252 function es2abc(receivedMsg) {
274 function getOverLengthCode(receivedMsg) {
286 function nextResponse(receivedMsg) {
292 function resolveDiagnostic(diagnostic) {
306 function delayPrintLogCount() {
320 function responseToPlugin() {
340 function afterResponse() {
354 function validateError(message) {
364 function matchMessage(message, nameArr, reg) {