Compare commits
4 Commits
28377eca1b
...
2390ef0247
Author | SHA1 | Date | |
---|---|---|---|
|
2390ef0247 | ||
95e24d13fa | |||
5730267135 | |||
059e572256 |
@ -157,4 +157,4 @@ export class Size {
|
|||||||
isExact() {
|
isExact() {
|
||||||
return this.#isExact;
|
return this.#isExact;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -230,4 +230,4 @@ function makeCompiledCode(output: string) {
|
|||||||
result += declarations;
|
result += declarations;
|
||||||
fs.writeFileSync(output, result);
|
fs.writeFileSync(output, result);
|
||||||
}
|
}
|
||||||
makeCompiledCode(sourceOutput);
|
makeCompiledCode(sourceOutput);
|
@ -1,4 +1,4 @@
|
|||||||
import { POINTER_SIZE, toHex, getSizeMultiplierFromArrayData } from './common';
|
import { POINTER_SIZE, getSizeMultiplierFromArrayData } from './common';
|
||||||
import { getStructure } from './map';
|
import { getStructure } from './map';
|
||||||
|
|
||||||
export interface Property {
|
export interface Property {
|
||||||
@ -147,4 +147,4 @@ export class StaticProperty {
|
|||||||
generateMacro() {
|
generateMacro() {
|
||||||
return `#define ${this.getName()} (${this.#isArray ? '' : '*'}${this.getName()}_pointer)\n`;
|
return `#define ${this.getName()} (${this.#isArray ? '' : '*'}${this.getName()}_pointer)\n`;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user