Mauricio Andrades

Results 5 comments of Mauricio Andrades

I am also seeing this same crash on `OS X 10.15.7` [symbolicated-output.log](https://github.com/user-attachments/files/15880666/symbolicated-output.log)

Good find! That enum declaration is valid. https://github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/internal/js_parser/ts_parser.go#L1381 enum members can be computed as long as they are placed after all constant members. In your case since `ModuleDefine.Base + ModuleDefine.ModuleA...