UNPKG
cfmljs
Version:
latest (1.0.2)
1.0.2
a CFML template engine for node.js
github.com/AndrewKralovec/node-cfml
AndrewKralovec/node-cfml
cfmljs
/
lib
/
cfabort.js
10 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* globals require, exports */
// jshint devel:true, curly: false, asi:true, -W084
exports
.
afterEnd
=
(
tag, str, buf
) =>
{ tag.
abort
=
true
tag.
error
= tag.
attributes
.
showerror
delete
tag.
name
buf.
push
(tag) }