mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-02 00:29:15 +00:00
6 lines
240 B
JavaScript
6 lines
240 B
JavaScript
"use strict";
|
|
// This file defines some constants that are needed both in this
|
|
// package and in lezer-generator, so that the generator code can
|
|
// access them without them being part of lezer's public interface.
|
|
exports.__esModule = true;
|