Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
261 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.default = _default;
|
---|
7 | const defaultExcludesForLooseMode = ["transform-typeof-symbol"];
|
---|
8 |
|
---|
9 | function _default({
|
---|
10 | loose
|
---|
11 | }) {
|
---|
12 | return loose ? defaultExcludesForLooseMode : null;
|
---|
13 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.