UNPKG

@litexa/core

Version:

Litexa, a programming language for writing Alexa skills

12 lines (9 loc) 423 B
### # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ### # Coffee shim for es6 getter behavior Function::getter = (prop, get) -> Object.defineProperty @prototype, prop, {get, configurable: yes}