ason
ason copied to clipboard
ASON is a data oriented algorithm designed for compact and speedy storage of AssemblyScript objects in a binary format.
Let's make a mess. - Need to add: ```ts ASON.getOwnMethodNames(value); ASON.getOwnPropertyNames(value); ASON.getProperty(value, nameStr): ASONReflectionProperty; // computed or not ASON.getMethod(value, nameStr, isStatic = false): ASONReflectionMethod; // static or not ASON.serializeReflected(value): StaticArray;...
Should the generated code use the parser to parse the new text instead of modifying the AST? Because the range field of the original code cannot locate the newly generated...
Now you must add `@ason` to a class for the transform to take place. Library files are an exception. Also added Ason class to `index.d.ts`.
I don't think these function names are correct. However, the idea of what the functions represent might actually be important. Ergonomic hand holding.
There were a few problems with the readme as you can see in the changes. Also, removed and added package-lock.json to .gitignore Changed `let` to `const` in readme as that...
… binaries" This reverts commit 38f8aa77ee02f304cdf6f9ce2c0edf8b1c6946dc.