UNPKG

angular-estree-parser

Version:

A parser that converts Angular source code into an ESTree-compatible form

5 lines (4 loc) 227 B
import type * as angular from '@angular/compiler'; import type { NGMicrosyntax } from './types.js'; declare function transform(rawTemplateBindings: angular.TemplateBinding[], text: string): NGMicrosyntax; export { transform };