/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/inner-graph/class-dynamic-props/module.js
16 строк
327 B
Tobias Koppers
assign class property keys to the correct top level symbol
21 июн 2021, 10:48
21 июн 2021, 10:48
4e608c8
Код
Авторство
О чём код?
export const a = () => "a"; export const A = "A"; export const b = "b"; export const B = "B"; export const c = "c"; export const C = "C"; export const d = () => "d"; export const D = "D"; export const e = "e"; export const E = "E"; export const f = "f"; export const F = "F"; export class X { x = "X"; } export const y = "y";