@wgslx/wgslx
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -8,1 +8,2 @@ export * from './rules'; | ||
export * as Syntax from './syntax'; | ||
export * from './wgslx'; |
@@ -25,1 +25,2 @@ "use strict"; | ||
exports.Syntax = require("./syntax"); | ||
__exportStar(require("./wgslx"), exports); |
{ | ||
"name": "@wgslx/wgslx", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Extended WebGPU shading language tools", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -12,1 +12,3 @@ // Support classes | ||
export * as Syntax from './syntax'; | ||
export * from './wgslx'; |
@@ -5,3 +5,3 @@ import {join, resolve, basename, dirname} from 'path'; | ||
import {Syntax, postprocess, preprocess} from '../src'; | ||
import {ImportResolver, compileWgslx} from '../src/wgslx'; | ||
import {ImportResolver, compileWgslx} from '../src'; | ||
@@ -8,0 +8,0 @@ function testFile(inPath: string, outPath: string) { |
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
200486
1
4918