@riotjs/compiler
Advanced tools
Comparing version 4.8.3 to 4.8.4
# Compiler Changes | ||
### v4,8.4 | ||
- Fix https://github.com/riot/riot/issues/2858 | ||
### v4.8.3 | ||
@@ -4,0 +7,0 @@ - Fix support for [Edge](https://github.com/riot/riot/issues/2855) and [Node 8](https://github.com/riot/riot/issues/2850) |
{ | ||
"name": "@riotjs/compiler", | ||
"version": "4.8.3", | ||
"version": "4.8.4", | ||
"description": "Compiler for riot .tag files", | ||
@@ -35,4 +35,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@riotjs/dom-bindings": "^4.8.1", | ||
@@ -50,3 +50,3 @@ "@rollup/plugin-json": "^4.0.3", | ||
"pug": "^2.0.4", | ||
"rollup": "^2.7.2", | ||
"rollup": "^2.7.6", | ||
"rollup-plugin-alias": "^2.2.0", | ||
@@ -53,0 +53,0 @@ "rollup-plugin-commonjs": "^10.1.0", |
@@ -1,2 +0,1 @@ | ||
import './utils/extend-ast-types-def' // TODO: remove when https://github.com/benjamn/ast-types/pull/365 will be merged | ||
import { TAG_CSS_PROPERTY, TAG_LOGIC_PROPERTY, TAG_NAME_PROPERTY, TAG_TEMPLATE_PROPERTY } from './constants' | ||
@@ -3,0 +2,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
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
2058139
51
54386