From 3964a44f51154973ec0c1ef8f8d68d0d3f98b770 Mon Sep 17 00:00:00 2001 From: Squad03_Leticia_Lacerda Date: Mon, 27 Apr 2026 03:42:20 +0000 Subject: [PATCH] Excluir node_modules/acorn --- node_modules/acorn | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 node_modules/acorn diff --git a/node_modules/acorn b/node_modules/acorn deleted file mode 100644 index 679bd16..0000000 --- a/node_modules/acorn +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@" -else - exec node "$basedir/../acorn/bin/acorn" "$@" -fi