tern-meteor
tern-meteor copied to clipboard
Differentiate client-code vs server-code
trafficstars
For app-code:
- use same rules as bundler for file's path to put the code in either
clientorservercategory. - understand
isClientandisServerblocks
For packages:
- infer the separation from
package.js