Add <%br= %> jqhtml syntax docs, class override detection, npm update
Document event handler placement and model fetch clarification 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
node_modules/@babel/plugin-transform-class-static-block/lib/index.js
generated
vendored
2
node_modules/@babel/plugin-transform-class-static-block/lib/index.js
generated
vendored
@@ -27,7 +27,7 @@ var _default = exports.default = (0, _helperPluginUtils.declare)(({
|
||||
traverse,
|
||||
assertVersion
|
||||
}) => {
|
||||
assertVersion("^7.12.0 || >8.0.0-alpha <8.0.0-beta");
|
||||
assertVersion("^7.12.0 || ^8.0.0-0 || >8.0.0-alpha <8.0.0-beta");
|
||||
const rawNamedEvaluationVisitor = (0, _helperCreateClassFeaturesPlugin.buildNamedEvaluationVisitor)(path => {
|
||||
if (!path.isClassExpression()) return false;
|
||||
for (let i = path.node.body.body.length - 1; i >= 0; i--) {
|
||||
|
||||
2
node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map
generated
vendored
2
node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
14
node_modules/@babel/plugin-transform-class-static-block/package.json
generated
vendored
14
node_modules/@babel/plugin-transform-class-static-block/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-class-static-block",
|
||||
"version": "7.28.3",
|
||||
"version": "7.28.6",
|
||||
"description": "Transform class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -23,19 +23,19 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "^7.28.3",
|
||||
"@babel/helper-plugin-utils": "^7.27.1"
|
||||
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
||||
"@babel/helper-plugin-utils": "^7.28.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.3",
|
||||
"@babel/core": "^7.28.6",
|
||||
"@babel/helper-plugin-test-runner": "^7.27.1",
|
||||
"@babel/plugin-external-helpers": "^7.27.1",
|
||||
"@babel/plugin-transform-class-properties": "^7.27.1",
|
||||
"@babel/traverse": "^7.28.3",
|
||||
"@babel/types": "^7.28.2"
|
||||
"@babel/plugin-transform-class-properties": "^7.28.6",
|
||||
"@babel/traverse": "^7.28.6",
|
||||
"@babel/types": "^7.28.6"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user