riot-compiler
Advanced tools
Comparing version 3.1.3 to 3.1.4
# Compiler Changes | ||
### v3.1.4 | ||
- Fix avoid the `filename` option for the babel-standalone parser | ||
### v3.1.3 | ||
@@ -4,0 +7,0 @@ - Fix babel in browser runtime parser https://github.com/riot/examples/issues/51 |
/** | ||
* Compiler for riot custom tags | ||
* @version v3.1.3 | ||
* @version v3.1.4 | ||
*/ | ||
@@ -104,3 +104,2 @@ | ||
extend({ | ||
filename: url, | ||
plugins: [ | ||
@@ -729,3 +728,3 @@ ['transform-es2015-template-literals', { loose: true }], | ||
var version = 'v3.1.3' | ||
var version = 'v3.1.4' | ||
@@ -732,0 +731,0 @@ export default { |
@@ -98,3 +98,2 @@ | ||
extend({ | ||
filename: url, | ||
plugins: [ | ||
@@ -162,3 +161,3 @@ ['transform-es2015-template-literals', { loose: true }], | ||
* Compiler for riot custom tags | ||
* @version v3.1.3 | ||
* @version v3.1.4 | ||
*/ | ||
@@ -733,3 +732,3 @@ var compile = (function () { | ||
js: compileJS, | ||
version: 'v3.1.3' | ||
version: 'v3.1.4' | ||
} | ||
@@ -736,0 +735,0 @@ return compile |
/** | ||
* The riot-compiler v3.1.3 | ||
* The riot-compiler v3.1.4 | ||
* | ||
* @module compiler | ||
* @version v3.1.3 | ||
* @version v3.1.4 | ||
* @license MIT | ||
@@ -1000,3 +1000,3 @@ * @copyright Muut Inc. + contributors | ||
parsers: parsers, | ||
version: 'v3.1.3' | ||
version: 'v3.1.4' | ||
} |
{ | ||
"name": "riot-compiler", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Compiler for riot .tag files", | ||
@@ -5,0 +5,0 @@ "main": "lib/compiler.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126587
2639