pigpigyyy / Yuescript

A Moonscript dialect compiles to Lua.
http://yuescript.org
MIT License
443 stars 38 forks source link

Fixed undeclared specifier in yue_compiler.cpp #163

Closed dankmolot closed 6 months ago

dankmolot commented 6 months ago

When Yuescript is compiled with YUE_NO_MACRO then it fails with error C2065 'import' undeclared specifier in Visual Studio.

This is because variable import was changed to importNode in commit 9dedf0f, but not in this one place.