Mario Carbajal

Results 4 issues of Mario Carbajal

Adds calls to `Context.registerModuleDependency` to the include file next to module file Macro cookbook.

Right now there's `[watch] ignore` which lets you configure which files wont be watched. In addition to that it'd be great to have a `rust_ignore` or `wasm_ignore` setting. If a...

The package statement at the top of the file has always felt superfluous to me. The compiler already knows the package the file should have from the directory path it...

I'm using haxe 4.2.5 ```haxe class Macro { public static macro function myMacro():Expr { Context.defineType({ name: "baz0", kind: TDField(FVar(null, macro "hello")), fields: [], pos: Context.currentPos(), pack: ["foo", "Bar"], }); Context.defineType({...