mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-02 00:29:15 +00:00
0.3.0
This commit is contained in:
2
editor/dist/index.d.cts
vendored
2
editor/dist/index.d.cts
vendored
@@ -2,7 +2,7 @@ import { Extension } from '@codemirror/state';
|
||||
import { Completion } from '@codemirror/autocomplete';
|
||||
import { LRLanguage, HighlightStyle } from '@codemirror/language';
|
||||
|
||||
type DexprType = "String" | "Number" | "Boolean" | "NumberList" | "StringList" | "Object";
|
||||
type DexprType = "String" | "Number" | "Boolean" | "NumberList" | "StringList" | "Object" | "List";
|
||||
interface FunctionInfo {
|
||||
name: string;
|
||||
signature: string;
|
||||
|
||||
Reference in New Issue
Block a user