prettier-plugin-sql
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -1,2 +0,2 @@ | ||
import { type AST, type Option } from 'node-sql-parser'; | ||
import type { AST, Option } from 'node-sql-parser'; | ||
import type { Options, ParserOptions, Plugin } from 'prettier'; | ||
@@ -3,0 +3,0 @@ import { type FormatOptions } from 'sql-formatter'; |
@@ -1,5 +0,5 @@ | ||
import { Parser } from 'node-sql-parser'; | ||
import nodeSqlParser from 'node-sql-parser'; | ||
import { format } from 'sql-formatter'; | ||
import { languages } from './languages.js'; | ||
const parser = new Parser(); | ||
const parser = new nodeSqlParser.Parser(); | ||
const SQL_FORMATTER = 'sql-formatter'; | ||
@@ -6,0 +6,0 @@ const NODE_SQL_PARSER = 'node-sql-parser'; |
{ | ||
"name": "prettier-plugin-sql", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "An opinionated sql formatter plugin for Prettier", |
Sorry, the diff of this file is not supported yet
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
73882