Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/template/lib/populate.js

    rd565449 r0c6b92a  
    102102    const node = parent[key];
    103103    parent[key] = value;
    104     if (node.type === "Identifier") {
     104    if (node.type === "Identifier" || node.type === "Placeholder") {
    105105      if (node.typeAnnotation) {
    106106        value.typeAnnotation = node.typeAnnotation;
Note: See TracChangeset for help on using the changeset viewer.