Ianp

- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
Ianp 创建了一个帖子, Separate src and test folders in TypeScript projects
If I have my code in separate src and test folders then WebStorm (and IDEA) don't seem to pick up the compiler options from my tsconfig file. I need to have "include": [ "src/**/*"] in tsconfig to ... -
-
-
Ianp 创建了一个帖子, Set Handling in the Lexer/Parser
Is there any reason why set forms aren't differentiated in the lexer, in the same way that metadata is? Given the following rules:mLC = "{" mRC = "}" … mSHARP = "#" mUP = "^" mSHARPUP = {mSHARP} {m... -
-
-
-
-