mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 07:51:32 +00:00
Implicitly alias stdlib exports as program globals, see #8
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
@global
|
||||
class RegExp {
|
||||
export class RegExp {
|
||||
|
||||
// @binding(CALL_NEW, [ STRING, STRING], OBJECT_HANDLE)
|
||||
constructor(pattern: string, flags: string = "") { throw new Error("unreachable"); }
|
||||
|
Reference in New Issue
Block a user