|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
/** @import { AssignmentExpression, CallExpression, Expression } from 'estree' */
|
|
|
|
|
/** @import { CallExpression, Expression } from 'estree' */
|
|
|
|
|
/** @import { Context } from '../types' */
|
|
|
|
|
import { dev, is_ignored } from '../../../../state.js';
|
|
|
|
|
import * as b from '#compiler/builders';
|
|
|
|
|
import { get_rune } from '../../../scope.js';
|
|
|
|
|
import { transform_inspect_rune } from '../../utils.js';
|
|
|
|
|
import { should_proxy } from '../utils.js';
|
|
|
|
|
import { get_name } from '../../../nodes.js';
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param {CallExpression} node
|
|
|
|
|