Ben

Avatar
  • 活动总数 14
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 4
  • 已编辑于

    Refactoring JavaScript Barrel File

    已回答
    test.jsconst {bar, foo} = require('./group1'); const {oof, rab} = require('./group2'); foo(); bar(); oof(); rab();group1/index.jsconst bar = require('./bar') const foo = require('./foo') module.e...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    AWS Lambda with Layer Imports

    I have a project with AWS Lambdas that share an AWS Lambda Layer. When I import functions from the Layer, IntelliJ isn't able to find the source and provide intellisense. IntelliJ could look at th...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    JSX formatting issue - Spaces are removed in some cases

    I found an issue with the code formatter and JSX.  This is the state before formatting. import React from 'react';class Sample extends React.Component { render() { return ( <di...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Reformat Code Option. Sort by function names.

      Ext.regController("dashboard", {        goToShoppingCart:function() {            Ext.dispatch({               controller:"shoppingCart",               action:"loadCart"             });        }, ...
    • 2 个关注者
    • 2 条评论
    • 0 票