mirror of https://github.com/sveltejs/svelte
parent
7ea6a2994a
commit
6c62bfcd7c
@ -1,3 +1,3 @@
|
||||
import { BaseAttributeWrapper } from './Attribute';
|
||||
import { BaseAttributeWrapper } from './Attribute.ts';
|
||||
|
||||
export default class SpreadAttributeWrapper extends BaseAttributeWrapper {}
|
||||
|
@ -1 +1 @@
|
||||
export const test = typeof process !== 'undefined' && process.env.TEST;
|
||||
export const test = typeof Deno !== 'undefined' && process.env.TEST;
|
||||
|
@ -1,6 +1,6 @@
|
||||
export { default as compile } from './compile/index';
|
||||
export { default as parse } from './parse/index';
|
||||
export { default as preprocess } from './preprocess/index';
|
||||
export { walk } from 'estree-walker';
|
||||
export { default as compile } from './compile/index.ts';
|
||||
export { default as parse } from './parse/index.ts';
|
||||
export { default as preprocess } from './preprocess/index.ts';
|
||||
export { walk } from 'https://cdn.skypack.dev/estree-walker';
|
||||
|
||||
export const VERSION = '__VERSION__';
|
||||
|
Loading…
Reference in new issue