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:
10
node_modules/@babel/preset-env/lib/debug.js
generated
vendored
10
node_modules/@babel/preset-env/lib/debug.js
generated
vendored
@@ -9,12 +9,10 @@ const compatData = require("@babel/compat-data/plugins");
|
||||
const logPlugin = (item, targetVersions, list) => {
|
||||
const filteredList = (0, _helperCompilationTargets.getInclusionReasons)(item, targetVersions, list);
|
||||
const support = list[item];
|
||||
{
|
||||
if (item.startsWith("transform-")) {
|
||||
const proposalName = `proposal-${item.slice(10)}`;
|
||||
if (proposalName === "proposal-dynamic-import" || hasOwnProperty.call(compatData, proposalName)) {
|
||||
item = proposalName;
|
||||
}
|
||||
if (item.startsWith("transform-")) {
|
||||
const proposalName = `proposal-${item.slice(10)}`;
|
||||
if (proposalName === "proposal-dynamic-import" || hasOwnProperty.call(compatData, proposalName)) {
|
||||
item = proposalName;
|
||||
}
|
||||
}
|
||||
if (!support) {
|
||||
|
||||
Reference in New Issue
Block a user