main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
330 bytes
|
Rev | Line | |
---|
[d565449] | 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.