@riotjs/compiler
Advanced tools
Comparing version 4.6.1 to 4.6.2
# Compiler Changes | ||
### v4.6.2 | ||
- Update `@riotjs/parser` version | ||
### v4.6.1 | ||
- Fix parsing issues due to false positive matches - related to https://github.com/riot/compiler/issues/130 | ||
### v4.6.0 | ||
@@ -4,0 +10,0 @@ - Add support for ES2020 `import()` expressions |
{ | ||
"name": "@riotjs/compiler", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"description": "Compiler for riot .tag files", | ||
@@ -62,3 +62,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@riotjs/parser": "^4.1.1", | ||
"@riotjs/parser": "^4.1.2", | ||
"@riotjs/util": "1.2.0", | ||
@@ -65,0 +65,0 @@ "acorn": "^7.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2046682
54045
Updated@riotjs/parser@^4.1.2