main
Last change
on this file since d565449 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
|
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.