Files
meteor/packages/ecmascript/ecmascript.js
2023-12-21 11:59:17 -06:00

6 lines
163 B
JavaScript

ECMAScript = {
compileForShell() {
throw new Error('compileForShell was removed in Meteor 3. Use Babel.compileForShell instead from babel-compiler');
}
};