prettier-plugin-apex
Advanced tools
Comparing version 1.11.0-0 to 1.11.0-1
#!/usr/bin/env node | ||
export {}; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
#!/usr/bin/env node | ||
export {}; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ import { AstPath, Doc, ParserOptions } from "prettier"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const APEX_TYPES: { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare const fs: any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import jorje from "../vendor/apex-ast-serializer/typings/jorje"; |
@@ -0,0 +0,0 @@ "use strict"; |
import prettier from "prettier"; | ||
import { SerializedAst } from "./util"; | ||
export default function parse(sourceCode: string, _: any, options: prettier.RequiredOptions): SerializedAst | Record<string, never>; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function hasPragma(text: string): boolean; | ||
export declare function insertPragma(text: string): string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import prettier, { AstPath, Doc } from "prettier"; |
@@ -0,0 +0,0 @@ import { AstPath } from "prettier"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "prettier-plugin-apex", | ||
"version": "1.11.0-0", | ||
"version": "1.11.0-1", | ||
"description": "Salesforce Apex plugin for Prettier", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
19610801
78