New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esbuild-plugin-glsl

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-glsl - npm Package Compare versions

Comparing version

to
1.3.1

6

dist/index.js
/**
* esbuild-plugin-glsl v1.3.0 build Sat Mar 15 2025
* esbuild-plugin-glsl v1.3.1 build Sun Mar 16 2025
* https://github.com/vanruesc/esbuild-plugin-glsl

@@ -7,6 +7,6 @@ * Copyright 2020 Raoul van Rüschen

*/
function E(e,o=null){let c=/^[ \t]*(?:(?:\/\*[\s\S]*?\*\/)|(?:\/\/.*\n))/gm,n=/^[ \t]*(?:\/[/*]!)|(?:@license)|(?:@preserve)/m;if(o===null)return e.replace(c,"");let s=0;for(let r of e.matchAll(c))if(n.test(r[0])){let a=`[[LEGAL_COMMENT_${s++}]]`;o.push({contents:r[0],placeholder:a}),e=e.replace(r[0],a)}else e=e.replace(r[0],"");return e}function L(e,o){let c=/\s*([{}=*,+/><&|[\]()\\!?:;-])\s*/g,n=/(\w<\w+>)\s*(\w)/g,s=e.replace(/\r/g,""),r=[];s=E(s,o?r:null);let a=!0,i=!1;s=s.split(/\n+/).reduce((l,t)=>(t=t.trim().replace(/\s{2,}|\t/," "),t.startsWith("#")?(i&&l.push(`
function E(e,o=null){let c=/(?:\/\*[\s\S]*?\*\/)|(?:\/\/.*\n)/g,n=/(?:\/[/*]!)|(?:@license)|(?:@preserve)/m;if(o===null)return e.replace(c,"");let s=0;for(let r of e.matchAll(c))if(n.test(r[0])){let a=`[[LEGAL_COMMENT_${s++}]]`;o.push({contents:r[0],placeholder:a}),e=e.replace(r[0],a)}else e=e.replace(r[0],"");return e}function L(e,o){let c=/\s*([{}=*,+/><&|[\]()\\!?:;-])\s*/g,n=/(\w<\w+>)\s*(\w)/g,s=e.replace(/\r/g,""),r=[];s=E(s,o?r:null);let a=!0,i=!1;s=s.split(/\n+/).reduce((l,t)=>(t=t.trim().replace(/\s{2,}|\t/," "),t.startsWith("#")?(i&&l.push(`
`),l.push(t,`
`),i=!1):t.length>0&&(t=t.replace(c,"$1"),!a&&/\w/.test(t[0])&&(t=" "+t),t=t.replace(n,"$1 $2"),l.push(t),a=!/\w/.test(t[t.length-1]),i=!0),l),[]).join("");for(let l of r)s=s.replace(l.placeholder,`
${l.contents.trim()}`);return s.replace(/\n{2,}/g,`
`)}import*as O from"fs";import*as y from"util";import*as h from"path";var R=y.promisify(O.readFile);async function w(e,o,c){let n=await R(e,"utf8");if(!c)return{contents:n};let s=[],r=[],a=new Set,i=/#include +["']([.\\/\w-]+)["']/g,l=/\r|\n|\r\n/g,t=i.exec(n);for(;t!==null;){let u=t[0],d=t[1],g=h.join(h.dirname(e),d);try{let f=o.get(g);if(f===void 0){let p=await w(g,o,c);p.warnings?.forEach(m=>r.push(m)),p.watchFiles?.forEach(m=>a.add(m)),f=p.contents,o.set(g,f)}s.push({file:g,contents:f,target:u}),a.add(g),t=i.exec(n)}catch{if(t===null)break;let p=n.split(l),m=p.indexOf(t[0]),x=p[m];r.push({text:`File from <${t[0]}> not found`,location:{file:d,line:m+1,length:d.length,column:x.indexOf(d),lineText:x}}),s.push({file:g,contents:"",target:t[0]}),t=i.exec(n)}}for(let u of s)n=n.replace(u.target,u.contents);return o.set(e,n),{contents:n,warnings:r,watchFiles:[...a]}}function P({minify:e=!1,resolveIncludes:o=!0,preserveLegalComments:c=!0}={}){let n=new Map;return{name:"glsl",setup(s){async function r(a){let{contents:i,warnings:l,watchFiles:t}=await w(a.path,n,o);return{contents:e?L(i,c):i,warnings:l,watchFiles:t,loader:"text"}}s.onLoad({filter:/\.(?:frag|vert|glsl|wgsl)$/},r)}}}export{P as default,P as glsl};
`)}import*as O from"fs";import*as y from"util";import*as h from"path";var R=y.promisify(O.readFile);async function w(e,o,c){let n=await R(e,"utf8");if(!c)return{contents:n};let s=[],r=[],a=new Set,i=/#include +["']([.\\/\w-]+)["']/g,l=/\r|\n|\r\n/g,t=i.exec(n);for(;t!==null;){let u=t[0],d=t[1],g=h.join(h.dirname(e),d);try{let m=o.get(g);if(m===void 0){let p=await w(g,o,c);p.warnings?.forEach(f=>r.push(f)),p.watchFiles?.forEach(f=>a.add(f)),m=p.contents,o.set(g,m)}s.push({file:g,contents:m,target:u}),a.add(g),t=i.exec(n)}catch{if(t===null)break;let p=n.split(l),f=p.indexOf(t[0]),x=p[f];r.push({text:`File from <${t[0]}> not found`,location:{file:d,line:f+1,length:d.length,column:x.indexOf(d),lineText:x}}),s.push({file:g,contents:"",target:t[0]}),t=i.exec(n)}}for(let u of s)n=n.replace(u.target,u.contents);return o.set(e,n),{contents:n,warnings:r,watchFiles:[...a]}}function P({minify:e=!1,resolveIncludes:o=!0,preserveLegalComments:c=!0}={}){let n=new Map;return{name:"glsl",setup(s){async function r(a){let{contents:i,warnings:l,watchFiles:t}=await w(a.path,n,o);return{contents:e?L(i,c):i,warnings:l,watchFiles:t,loader:"text"}}s.onLoad({filter:/\.(?:frag|vert|glsl|wgsl)$/},r)}}}export{P as default,P as glsl};

@@ -32,3 +32,3 @@ import { Plugin } from "esbuild";

*
* @param options The options.
* @param options - The options.
* @return The plugin.

@@ -35,0 +35,0 @@ */

{
"name": "esbuild-plugin-glsl",
"version": "1.3.0",
"version": "1.3.1",
"description": "A GLSL plugin for esbuild.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/esbuild-plugin-glsl",

Sorry, the diff of this file is not supported yet