mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-15 14:31:51 +00:00
Namespaces
This commit is contained in:
@ -84,9 +84,9 @@ export function setNoTreeShaking(options: Options, noTreeShaking: bool): void {
|
||||
options.noTreeShaking = noTreeShaking;
|
||||
}
|
||||
|
||||
/** Sets the `noDebug` option. */
|
||||
export function setNoDebug(options: Options, noDebug: bool): void {
|
||||
options.noDebug = noDebug;
|
||||
/** Sets the `noAssert` option. */
|
||||
export function setNoAssert(options: Options, noAssert: bool): void {
|
||||
options.noAssert = noAssert;
|
||||
}
|
||||
|
||||
/** Compiles the sources computed by the parser to a module. */
|
||||
|
Reference in New Issue
Block a user