mirror of
https://github.com/github/codeql.git
synced 2026-03-29 03:38:17 +02:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
import { default as g, x as y } from './a';
|
|
import './b';
|
|
|
|
export * from 'm/c';
|