@ronin/compiler
Advanced tools
Comparing version 0.13.0 to 0.13.1-leo-ron-1071-experimental-278
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.13.0", | ||
"version": "0.13.1-leo-ron-1071-experimental-278", | ||
"type": "module", | ||
@@ -16,3 +16,3 @@ "description": "Compiles RONIN queries to SQL statements.", | ||
"lint": "bun run --bun lint:tsc && bun run --bun lint:biome", | ||
"lint:biome": "biome check", | ||
"lint:biome": "biome check --error-on-warnings", | ||
"lint:tsc": "tsc --pretty", | ||
@@ -19,0 +19,0 @@ "format": "biome check --write && biome format --write", |
# RONIN Compiler | ||
[![Tests](https://github.com/ronin-co/compiler/actions/workflows/validate.yml/badge.svg)](https://github.com/ronin-co/compiler/actions/workflows/validate.yml) | ||
[![Install Size](https://packagephobia.com/badge?p=@ronin/compiler)](https://packagephobia.com/result?p=@ronin/compiler) | ||
[![tests](https://img.shields.io/github/actions/workflow/status/ronin-co/compiler/validate.yml?label=tests)](https://github.com/ronin-co/compiler/actions/workflows/validate.yml) | ||
[![code coverage](https://img.shields.io/codecov/c/github/ronin-co/compiler)](https://codecov.io/github/ronin-co/compiler) | ||
[![install size](https://packagephobia.com/badge?p=@ronin/compiler)](https://packagephobia.com/result?p=@ronin/compiler) | ||
@@ -6,0 +7,0 @@ This package compiles [RONIN queries](https://ronin.co/docs/queries) to [SQLite](https://www.sqlite.org) statements. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
127543
2970
186