@riotjs/compiler
Advanced tools
Comparing version 4.10.1 to 4.11.0
# Compiler Changes | ||
### v4.11.0 | ||
- Add: support for optional chaining and null coalescing expressions https://github.com/riot/riot/issues/2880 | ||
### v4.10.1 | ||
@@ -4,0 +7,0 @@ - Fix https://github.com/riot/riot/issues/2876 |
{ | ||
"name": "@riotjs/compiler", | ||
"version": "4.10.1", | ||
"version": "4.11.0", | ||
"description": "Compiler for riot .tag files", | ||
@@ -35,17 +35,17 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@babel/core": "^7.11.4", | ||
"@babel/preset-env": "^7.11.0", | ||
"@riotjs/dom-bindings": "^4.8.1", | ||
"@riotjs/dom-bindings": "^4.8.3", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^8.4.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.6.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-riot": "^3.0.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^8.0.1", | ||
"mocha": "^8.1.3", | ||
"node-sass": "^4.14.1", | ||
"nyc": "^15.1.0", | ||
"pug": "^3.0.0", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.26.8", | ||
"rollup-plugin-alias": "^2.2.0", | ||
@@ -65,3 +65,3 @@ "rollup-plugin-commonjs": "^10.1.0", | ||
"@riotjs/util": "1.3.1", | ||
"acorn": "^7.4.0", | ||
"acorn": "^8.0.1", | ||
"cssesc": "^3.0.0", | ||
@@ -72,5 +72,5 @@ "cumpa": "^1.0.1", | ||
"globals": "^13.2.0", | ||
"recast": "^0.19.1", | ||
"recast": "^0.20.3", | ||
"source-map": "^0.7.3" | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
import './utils/extend-ast-types-def' // TODO: remove when https://github.com/benjamn/ast-types/pull/383 will be merged | ||
import {TAG_CSS_PROPERTY, TAG_LOGIC_PROPERTY, TAG_NAME_PROPERTY, TAG_TEMPLATE_PROPERTY} from './constants' | ||
@@ -2,0 +3,0 @@ import {nullNode, simplePropertyNode} from './utils/custom-ast-nodes' |
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
2067216
52
54431
7
+ Addedacorn@8.14.0(transitive)
+ Addedast-types@0.14.2(transitive)
+ Addedrecast@0.20.5(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedacorn@7.4.1(transitive)
- Removedast-types@0.13.3(transitive)
- Removedprivate@0.1.8(transitive)
- Removedrecast@0.19.1(transitive)
Updatedacorn@^8.0.1
Updatedrecast@^0.20.3