HaxeManual icon indicating copy to clipboard operation
HaxeManual copied to clipboard

List of keywords which can be used in package names.

Open RealyUniqueName opened this issue 8 years ago • 1 comments

Would be great to have a list of such keywords (like extern, macro)

RealyUniqueName avatar Jan 19 '18 11:01 RealyUniqueName

Haxe 3.4.4

// ok
package test.extern.*
package test.macro.*
package from.*
package to.*
  
// not ok
package extern.*
package macro.*
package else.*
...

SlavaRa avatar Jan 19 '18 14:01 SlavaRa