pull/15521/head
ComputerGuy 1 year ago
parent 67a6753f0b
commit 926331f5d7

@ -1,4 +1,4 @@
import { invalid_snippet_arguments } from '../../shared/errors';
import { invalid_snippet_arguments } from '../../shared/errors.js';
/**
* @param {Node} anchor
* @param {...(()=>any)[]} args

@ -5,7 +5,7 @@ import {
is_tag_valid_with_parent
} from '../../html-tree-validation.js';
import { current_component } from './context.js';
import { invalid_snippet_arguments } from '../shared/errors';
import { invalid_snippet_arguments } from '../shared/errors.js';
/**
* @typedef {{

Loading…
Cancel
Save