esbuild-ignore-with-comments-plugin
Advanced tools
Comparing version 0.1.1 to 0.3.0
@@ -0,0 +0,0 @@ import { Plugin } from 'esbuild'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "esbuild-ignore-with-comments-plugin", | ||
"version": "0.1.1", | ||
"version": "0.3.0", | ||
"description": "esbuild Plugin for ignoring files with specific comments in them", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.37", | ||
"@goldstack/utils-git": "0.2.0", | ||
"@types/jest": "^28.1.8", | ||
@@ -39,0 +39,0 @@ "@types/node": "^18.7.13", |
# ESBuild Ignore with Comments Plugin | ||
Allows inserting comments into TypeScript source files. ESBuild will ignore these files during build. | ||
Allows inserting comments into TypeScript source files. ESBuild will ignore these files during build. |
6837
3