Skip to content

[Bug] Bump wgsl_reflect to fix source map issue #2397

@brenwell

Description

@brenwell

Module and/or Feature

wgsl_reflect

Description

The latest version of wgsl_reflect includes the source maps for ts inline which kills alot of warnings and improves the debugging experience
brendan-duncan/wgsl_reflect#75

New version is 1.2.1

Expected Behavior

No warnings, improved debugging

Steps to Reproduce

I installed this

[email protected] /Users/app
└─┬ @deck.gl/[email protected]
  └─┬ @luma.gl/[email protected]
    └── [email protected]

and ran my app and it produces all the warnings in the linked issue

Environment

  • Framework version: 9.1.5
  • Browser: not applicable
  • Node: v22.13.1
  • OS: MacOS

Logs

npm start
Compiled with warnings.
Failed to parse source map from ''/app/node_modules/wgsl_reflect/src/ast/parse_context.ts' file: Error: ENOENT: no such file or directory, open ''/app/node_modules/wgsl_reflect/src/ast/parse_context.ts'

Failed to parse source map from ''/app/node_modules/wgsl_reflect/src/exec/builtin_functions.ts' file: Error: ENOENT: no such file or directory, open ''/app/node_modules/wgsl_reflect/src/exec/builtin_functions.ts'

Failed to parse source map from ''/app/node_modules/wgsl_reflect/src/exec/command.ts' file: Error: ENOENT: no such file or directory, open ''/app/node_modules/wgsl_reflect/src/exec/command.ts'

Failed to parse source map from ''/app/node_modules/wgsl_reflect/src/exec/exec_context.ts' file: Error: ENOENT: no such file or directory, open ''/app/node_modules/wgsl_reflect/src/exec/exec_context.ts'

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions