@codemirror/lang-rust
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -0,1 +1,7 @@ | ||
## 0.17.1 (2021-01-06) | ||
### New features | ||
The package now also exports a CommonJS module. | ||
## 0.17.0 (2020-12-29) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/lang-rust", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Rust language support for the CodeMirror code editor", | ||
"scripts": { | ||
"test": "echo 'No tests'", | ||
"prepare": "tsc && rollup -c" | ||
"prepare": "tsc -p tsconfig.local.json && rollup -c" | ||
}, | ||
@@ -19,3 +19,7 @@ "keywords": [ | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -22,0 +26,0 @@ "module": "dist/index.js", |
@@ -0,1 +1,3 @@ | ||
<!-- NOTE: README.md is generated from src/README.md --> | ||
# @codemirror/lang-rust [![NPM version](https://img.shields.io/npm/v/@codemirror/lang-rust.svg)](https://www.npmjs.org/package/@codemirror/lang-rust) | ||
@@ -19,1 +21,18 @@ | ||
to communication around the project. | ||
## API Reference | ||
<dl> | ||
<dt id="user-content-rust"> | ||
<code><strong><a href="#user-content-rust">rust</a></strong>() → <a href="https://codemirror.net/6/docs/ref#language.LanguageSupport">LanguageSupport</a></code></dt> | ||
<dd><p>Rust language support</p> | ||
</dd> | ||
<dt id="user-content-rustlanguage"> | ||
<code><strong><a href="#user-content-rustlanguage">rustLanguage</a></strong>: <a href="https://codemirror.net/6/docs/ref#language.LezerLanguage">LezerLanguage</a></code></dt> | ||
<dd><p>A syntax provider based on the <a href="https://github.com/lezer-parser/rust">Lezer Rust | ||
parser</a>, extended with | ||
highlighting and indentation information.</p> | ||
</dd> | ||
</dl> | ||
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
18814
10
172
38