Comparing version 0.2.12 to 0.2.13
@@ -41,2 +41,7 @@ export type CompileInput = string | { name: string, contents: string } | { name: string, contents: string }[]; | ||
export interface UnusedSymbol { | ||
name: string; | ||
range: Range | null; | ||
} | ||
export interface TooltipRequest { | ||
@@ -129,2 +134,3 @@ source: string; | ||
export interface CompileResultIDE { | ||
unusedSymbols: UnusedSymbol[]; | ||
diagnostics: Diagnostic[]; | ||
@@ -131,0 +137,0 @@ tooltipQuery(message: TooltipRequest): TooltipResponse; |
{ | ||
"name": "glslx", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/evanw/glslx", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167189
124