@riotjs/parser
Advanced tools
Comparing version
@@ -1717,2 +1717,4 @@ const JAVASCRIPT_OUTPUT_NAME = 'javascript'; | ||
brackets: ['{', '}'], | ||
compact: true, | ||
comments: false, | ||
}, | ||
@@ -1719,0 +1721,0 @@ userOptions, |
{ | ||
"name": "@riotjs/parser", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "The parser for Riot tags", | ||
@@ -8,4 +8,6 @@ "type": "module", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
@@ -17,3 +19,4 @@ "require": "./index.cjs" | ||
"scripts": { | ||
"test": "c8 mocha ./test/index", | ||
"test-types": "tsc -p test", | ||
"test": "c8 mocha ./test/index && npm run test-types", | ||
"test-debug": "mocha --inspect-brk ./test", | ||
@@ -30,2 +33,3 @@ "cov": "c8 report --reporter=lcov", | ||
"files": [ | ||
"index.d.ts", | ||
"index.js", | ||
@@ -56,10 +60,11 @@ "index.cjs", | ||
"@riotjs/prettier-config": "^1.1.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"c8": "^10.1.2", | ||
"chai": "^5.1.2", | ||
"@rollup/plugin-node-resolve": "^16.0.1", | ||
"c8": "^10.1.3", | ||
"chai": "^5.2.0", | ||
"eslint": "^8.39.0", | ||
"eslint-config-riot": "^4.1.2", | ||
"mocha": "^10.8.2", | ||
"prettier": "^3.4.1", | ||
"rollup": "^4.27.4" | ||
"mocha": "^11.1.0", | ||
"prettier": "^3.5.3", | ||
"rollup": "^4.35.0", | ||
"typescript": "^5.8.2" | ||
}, | ||
@@ -66,0 +71,0 @@ "dependencies": { |
@@ -37,2 +37,4 @@ import { ATTR, TAG } from './node-types' | ||
brackets: ['{', '}'], | ||
compact: true, | ||
comments: false, | ||
}, | ||
@@ -39,0 +41,0 @@ userOptions, |
Sorry, the diff of this file is not supported yet
139463
1.49%31
3.33%4645
2%10
11.11%