Sha256: 153eb4aa7847d0f5b7d583661a62634b8410d4e4148b3422ac7c0936a02fad3a

Contents?: true

Size: 650 Bytes

Versions: 24

Compression:

Stored size: 650 Bytes

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.assertFieldTransformed = assertFieldTransformed;

function assertFieldTransformed(path) {
  if (path.node.declare) {
    throw path.buildCodeFrameError(`TypeScript 'declare' fields must first be transformed by ` + `@babel/plugin-transform-typescript.\n` + `If you have already enabled that plugin (or '@babel/preset-typescript'), make sure ` + `that it runs before any plugin related to additional class features:\n` + ` - @babel/plugin-proposal-class-properties\n` + ` - @babel/plugin-proposal-private-methods\n` + ` - @babel/plugin-proposal-decorators`);
  }
}

Version data entries

24 entries across 23 versions & 7 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.16.1 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.15.2 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.18.4 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.18.1 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.14.0 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
tang-0.2.1 spec/tang_app/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
tang-0.2.0 spec/tang_app/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
tang-0.1.0 spec/tang_app/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
tang-0.0.9 spec/tang_app/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
enju_library-0.3.8 spec/dummy/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
condenser-0.3 lib/condenser/processors/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
condenser-0.2 lib/condenser/processors/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js
condenser-0.1 lib/condenser/processors/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js