Socket
Socket
Sign inDemoInstall

@vue/compiler-core

Package Overview
Dependencies
3
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

10

dist/compiler-core.d.ts

@@ -1,2 +0,2 @@

import { parse as parse_2 } from 'acorn';
import { parse } from 'acorn';
import { RawSourceMap } from 'source-map';

@@ -36,2 +36,4 @@ import { SourceMapGenerator } from 'source-map';

export declare function baseParse(content: string, options?: ParserOptions): RootNode;
export declare type BlockCodegenNode = ElementCodegenNode | ComponentCodegenNode | SlotOutletCodegenNode;

@@ -450,6 +452,4 @@

export declare function parse(content: string, options?: ParserOptions): RootNode;
export declare const parseJS: typeof parse;
export declare const parseJS: typeof parse_2;
export declare interface ParserOptions {

@@ -462,3 +462,3 @@ isVoidTag?: (tag: string) => boolean;

getNamespace?: (tag: string, parent: ElementNode | undefined) => Namespace;
getTextMode?: (tag: string, ns: Namespace) => TextModes;
getTextMode?: (tag: string, ns: Namespace, parent: ElementNode | undefined) => TextModes;
delimiters?: [string, string];

@@ -465,0 +465,0 @@ namedCharacterReferences?: Record<string, string>;

{
"name": "@vue/compiler-core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "@vue/compiler-core",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc