UNPKG

@powerlang/egg-js

Version:

A Smalltalk VM that runs on top of JavaScript

16 lines (10 loc) 236 B
import SBinding from './SBinding.js'; let SLiteralBinding = class extends SBinding { static decodeUsing_(aTreecodeDecoder) { return this.new(); } isLiteral() { return true; } } export default SLiteralBinding