Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ioctl-enum", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "C++ macro oriented framework in single header file for easier export of ioctl numbers to JavaScript and TypeScript. Removes the need of building native C++ Node.js Addons", | ||
@@ -5,0 +5,0 @@ "main": "ioctl-enum.h", |
@@ -533,3 +533,3 @@ # ioctl-enum | ||
A: Because last charecter in it is '\' and according to C and C++ standart: | ||
A: Because last charecter in it is \ and according to C and C++ standart: | ||
``` | ||
@@ -552,3 +552,3 @@ If a source file that is not empty does not end in a new-line character, or ends in a new-line character immediately preceded by a backslash character, the behavior is undefined. | ||
I haven't always been staticly typed fan I used to do alot of Ruby, Python and CoffeeScipt but after my last big project which at the end was more than 10K lines of code I realised that static type do pay of so I recommend every JavaScript programmer to use TypeScript (even if I my self hate Microsoft and what they have done ... mainly for IE, any way there are two good things created by them: AJAX and TypeScript). | ||
I haven't always been staticly typed fan I used to do alot of Ruby, Python and CoffeeScript but after my last big project which at the end was more than 10K lines of code I realised that static type do pay of so I recommend every JavaScript programmer to use TypeScript (even if I my self hate Microsoft and what they have done ... mainly for IE, any way there are two good things created by them: AJAX and TypeScript). | ||
@@ -555,0 +555,0 @@ Besides programming (coding) I'm training every day. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22803