Immad
Immad
Add ability to specify the default member case preservation to be used throughout an assembly. The compiler always defaults to not preserving member casing without this feature. Also add the...
The compiler generates a truncated file if the code does a type check on a type and there is a field with the same name as the type. The following...
Thank you for contributing to CBC Casper! Please make your Pull Request against the `develop` branch and ensure that all tests pass. Unless fixing a typo or other small issue,...
To reproduce on a debian box: Create a new narwhal package, f.ex: tusk init my-project Create a local packages directory inside my-project and create a new package inside that packages...
Changing { expires: 0 } to { expires: new Date(0) } fixed the problem.
The base64 module in commonjs-utils is not functioning correctly. As an example, decode(encode("username:password")) does not return the correct result. The other examples I tested didn't return the correct result either....