* Ignore fixture directories that do not contain input or exec * Fix parser test fixtures structures for some imported esprima tests. * Warn on test folders that are not empty and do not contain testfiles
1 line
77 B
JavaScript
Executable File
1 line
77 B
JavaScript
Executable File
x = { get width() { return m_width }, set width(width) { m_width = width; } } |