Skip to content

Commit

Permalink
removed no-precompile flag -- allows for precompile to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelangelo Jong committed Jan 10, 2017
1 parent 2225879 commit 51b5746
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions benchmark/bars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down Expand Up @@ -6699,7 +6699,7 @@ function isArray(obj) {
},{}],91:[function(require,module,exports){
module.exports={
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions demo/bars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down Expand Up @@ -6699,7 +6699,7 @@ function isArray(obj) {
},{}],91:[function(require,module,exports){
module.exports={
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/tokens/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/bars-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down Expand Up @@ -4412,7 +4412,7 @@ function isArray(obj) {
},{}],65:[function(require,module,exports){
module.exports={
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/bars-runtime.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/bars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down Expand Up @@ -6699,7 +6699,7 @@ function isArray(obj) {
},{}],91:[function(require,module,exports){
module.exports={
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/bars.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/bars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ BarsToken.definePrototype({
writable: true
}, {
indentLevel: '',
JSONuseObject: true
// JSONuseObject: true
});

BarsToken.definePrototype({
Expand Down Expand Up @@ -6699,7 +6699,7 @@ function isArray(obj) {
},{}],91:[function(require,module,exports){
module.exports={
"name": "bars",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 51b5746

Please sign in to comment.