🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@marko/language-tools

Package Overview
Dependencies
Maintainers
7
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/language-tools - npm Package Compare versions

Comparing version
2.6.5
to
2.6.6
+20
LICENSE
MIT License
Copyright 2022 eBay Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+3
-18

@@ -1,18 +0,3 @@

import type ts from "typescript/lib/tsserverlibrary";
declare const _default: {
extensions: ".marko"[];
create({ ts, host, configFile }: import(".").CreateProcessorOptions): {
getRootNames(): string[];
getScriptExtension(fileName: string): ts.Extension.Ts | ts.Extension.Js;
getScriptKind(fileName: string): ts.ScriptKind.JS | ts.ScriptKind.TS;
extract(fileName: string, code: string): import("..").Extracted;
print({ extracted: { parsed } }: import(".").PrintContext): {
code: string;
map: import("magic-string").SourceMap;
};
printTypes({ printer, typeChecker, sourceFile, formatSettings }: import(".").PrintContext): {
code: string;
};
};
};
export default _default;
import type { ProcessorConfig } from ".";
declare const markoProcessor: ProcessorConfig;
export default markoProcessor;
{
"name": "@marko/language-tools",
"version": "2.6.5",
"version": "2.6.6",
"description": "Marko Language Tools",

@@ -34,6 +34,2 @@ "keywords": [

],
"scripts": {
"bench": "BENCH=1 mocha './src/**/__tests__/*.test.ts'",
"build": "tsx build.mts"
},
"dependencies": {

@@ -48,6 +44,11 @@ "@luxass/strip-json-comments": "^1.4.0",

"@typescript/vfs": "^1.6.4",
"marko": "^5.39.24",
"marko": "^5.39.25",
"mitata": "^1.0.34",
"tsx": "^4.22.4"
},
"scripts": {
"bench": "BENCH=1 mocha './src/**/__tests__/*.test.ts'",
"build": "tsx build.mts",
"test": "mocha './src/**/__tests__/*.test.ts'"
}
}
}

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

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