UNPKG
@eas-framework/server
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Node.js framework, with a lot of built in features
eas-framework.ml
eas-framework/eas-framework
@eas-framework/server
/
dist
/
static
/
wasm
/
component
/
Settings.js
2 lines
•
127 B
JavaScript
View Raw
1
2
export
const
SimpleSkip
= [
'textarea'
,
'script'
,
'style'
];
export
const
SkipSpecialTag
= [[
"%"
,
"%"
], [
"#{debug}"
,
"{debug}#"
]];