|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
330 bytes
|
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | * Extractor function for a SpreadElement type value node.
|
|---|
| 3 | * We can't statically evaluate an array spread, so just return
|
|---|
| 4 | * undefined.
|
|---|
| 5 | *
|
|---|
| 6 | * @param - value - AST Value object with type `SpreadElement`
|
|---|
| 7 | * @returns - An prototypeless object.
|
|---|
| 8 | */
|
|---|
| 9 | export default function extractValueFromSpreadElement() {
|
|---|
| 10 | return undefined;
|
|---|
| 11 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.