-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
Description
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'
...