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

wgsl_reflect

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wgsl_reflect - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "wgsl_reflect",
"version": "1.0.5",
"version": "1.0.6",
"description": "WGSL Parser and Reflection library",

@@ -5,0 +5,0 @@ "author": "Brendan Duncan",

@@ -281,2 +281,12 @@ export declare class ParseContext {

/**
* @class Requires
* @extends Statement
* @category AST
*/
export declare class Requires extends Statement {
extensions: string[];
constructor(extensions: string[]);
get astNodeType(): string;
}
/**
* @class Diagnostic

@@ -283,0 +293,0 @@ * @extends Statement

@@ -73,2 +73,3 @@ /**

_enable_directive(): AST.Enable;
_requires_directive(): AST.Requires;
_type_alias(): AST.Alias;

@@ -75,0 +76,0 @@ _type_decl(): AST.Type | null;

@@ -86,6 +86,6 @@ export declare enum TokenClass {

default: TokenType;
diagnostic: TokenType;
discard: TokenType;
else: TokenType;
enable: TokenType;
diagnostic: TokenType;
fallthrough: TokenType;

@@ -105,2 +105,3 @@ false: TokenType;

return: TokenType;
requires: TokenType;
storage: TokenType;

@@ -107,0 +108,0 @@ switch: TokenType;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc