wgsl-edit 0.0.21 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Language.js CHANGED
@@ -2,7 +2,6 @@ import { LRLanguage, LanguageSupport } from "@codemirror/language";
2
2
  import { linter } from "@codemirror/lint";
3
3
  import { parser, weslHighlighting } from "lezer-wesl";
4
4
  import { BundleResolver, CompositeResolver, RecordResolver, WeslParseError, bindIdents } from "wesl";
5
-
6
5
  //#region src/Language.ts
7
6
  const weslLanguage = LRLanguage.define({
8
7
  name: "wesl",
@@ -122,6 +121,5 @@ function unboundToDiagnostic(ref) {
122
121
  message: `unresolved identifier '${ref.path.join("::")}'`
123
122
  };
124
123
  }
125
-
126
124
  //#endregion
127
- export { createWeslLinter, wesl, weslLanguage };
125
+ export { createWeslLinter, wesl, weslLanguage };