Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
330 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 3 | exports.RewriteUrls = exports.Math = void 0;
|
---|
| 4 | exports.Math = {
|
---|
| 5 | ALWAYS: 0,
|
---|
| 6 | PARENS_DIVISION: 1,
|
---|
| 7 | PARENS: 2
|
---|
| 8 | // removed - STRICT_LEGACY: 3
|
---|
| 9 | };
|
---|
| 10 | exports.RewriteUrls = {
|
---|
| 11 | OFF: 0,
|
---|
| 12 | LOCAL: 1,
|
---|
| 13 | ALL: 2
|
---|
| 14 | };
|
---|
| 15 | //# sourceMappingURL=constants.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.