0
0

🧑‍💻 strict mode

This commit is contained in:
DrMaxNix 2022-09-06 23:39:28 +02:00
parent dfb7b3d09e
commit 02e63a18ce
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
"use strict";
class Juicescript_helper_enum {
constructor(...keys){
keys.forEach((key, i) => {

View File

@ -1,3 +1,4 @@
"use strict";
class Juicescript_io {
/*
CONSTRUCTOR: Return new juicescript io adapter with CALLBACKs

View File

@ -1,3 +1,4 @@
"use strict";
class Juicescript_lexer {
/*
CONSTRUCTOR: Return new juicescript lexer for SOURCE with OPTIONS

View File

@ -1,3 +1,4 @@
"use strict";
class Juicescript {
// TOKEN TYPES //
static token_type = new Juicescript_helper_enum(